mirror of
https://github.com/TrentSPalmer/hugo_themes_report.git
synced 2024-12-04 16:41:31 -08:00
update rank_hugo_themes.py correct name hugo-theme-stack
This commit is contained in:
parent
b92173ef77
commit
b2341f61ef
@ -238,6 +238,8 @@ def get_corrected_theme_name(x):
|
|||||||
return x.rstrip("/v5")
|
return x.rstrip("/v5")
|
||||||
elif "bilberry-hugo-theme" in x:
|
elif "bilberry-hugo-theme" in x:
|
||||||
return x.rstrip("/v3")
|
return x.rstrip("/v3")
|
||||||
|
elif "hugo-theme-stack" in x:
|
||||||
|
return x.rstrip("/v3")
|
||||||
else:
|
else:
|
||||||
return x
|
return x
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user