update rank_hugo_themes.py correct name hugo-theme-stack

This commit is contained in:
Trent Palmer 2022-09-18 09:29:37 -07:00
parent b92173ef77
commit b2341f61ef
1 changed files with 2 additions and 0 deletions

View File

@ -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