Switch to side-by-side view
--- a/HelloForge/helloforge/main.py +++ b/HelloForge/helloforge/main.py @@ -77,7 +77,7 @@ app_config_id=self.config._id)) ] return [ SitemapEntry( - 'HelloForge (%s)' % self.config.options.mount_point, + self.config.options.mount_point.title(), '.')[ SitemapEntry('Pages')[pages] ]