diff --git a/rank_hugo_themes.py b/rank_hugo_themes.py index 8c4a242..001a9f4 100755 --- a/rank_hugo_themes.py +++ b/rank_hugo_themes.py @@ -472,7 +472,7 @@ if __name__ == "__main__": ''' or test with ` - python -c'import rank_hugo_themes; rank_hugo_themes.parse_themes_toml_for_each_hugo_themes() ; rank_hugo_themes.generate_report()'' + python3 -c'import rank_hugo_themes; rank_hugo_themes.parse_themes_toml_for_each_hugo_themes() ; rank_hugo_themes.generate_report()' ` ''' get_hugo_themes_list() diff --git a/templates/base.html b/templates/base.html index 835f9c9..1aae139 100644 --- a/templates/base.html +++ b/templates/base.html @@ -21,16 +21,18 @@ -
+