mirror of
https://github.com/TrentSPalmer/hugo_themes_report.git
synced 2025-11-21 02:08:25 -08:00
hardcode fix hugo-theme-ladder cname
This commit is contained in:
@@ -634,6 +634,8 @@ def parse_themes_toml_for_each_hugo_themes():
|
|||||||
theme.cname = None
|
theme.cname = None
|
||||||
if theme_name == "apvarun/digital-garden-hugo-theme":
|
if theme_name == "apvarun/digital-garden-hugo-theme":
|
||||||
theme.cname = "Digital Garden Hugo"
|
theme.cname = "Digital Garden Hugo"
|
||||||
|
if theme_name == "guangzhengli/hugo-theme-ladder":
|
||||||
|
theme.cname = "Hugo Theme Ladder"
|
||||||
else:
|
else:
|
||||||
if theme.tags_list is not None:
|
if theme.tags_list is not None:
|
||||||
theme.tags_list = None
|
theme.tags_list = None
|
||||||
|
|||||||
Reference in New Issue
Block a user