mirror of
https://github.com/TrentSPalmer/hugo_themes_report.git
synced 2024-12-04 08:41:29 -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")
|
||||
elif "bilberry-hugo-theme" in x:
|
||||
return x.rstrip("/v3")
|
||||
elif "hugo-theme-stack" in x:
|
||||
return x.rstrip("/v3")
|
||||
else:
|
||||
return x
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user