redesign menus

This commit is contained in:
2021-08-14 07:21:26 -07:00
parent 1cb1f0ec1f
commit df277e86ce
10 changed files with 192 additions and 72 deletions

View File

@@ -427,7 +427,6 @@ def parse_themes_toml_for_each_hugo_themes():
else:
if theme.desc is not None: theme.desc = None
if 'name' in theme_toml:
print(len(theme_toml['name']), theme_toml['name'])
if theme.cname != theme_toml['name']:
theme.cname = theme_toml['name']
else: