mirror of
https://github.com/TrentSPalmer/hugo_themes_report.git
synced 2024-12-04 08:41:29 -08:00
fix license not in themes_toml for Henry Hugo Theme
This commit is contained in:
parent
c42a2f9927
commit
9fbb14a410
@ -583,6 +583,8 @@ def parse_themes_toml_for_each_hugo_themes():
|
||||
else:
|
||||
if theme.theme_license is not None:
|
||||
theme.theme_license = None
|
||||
if "name" in theme_toml and theme_toml["name"] == "Henry Hugo Theme":
|
||||
theme.theme_license = "MIT"
|
||||
if theme_toml_has_min_ver(theme_toml):
|
||||
corrected_mv = get_corrected_min_ver(
|
||||
get_min_ver_from_theme_toml(theme_toml)
|
||||
|
Loading…
Reference in New Issue
Block a user