mirror of
https://github.com/TrentSPalmer/hugo_themes_report.git
synced 2024-12-04 08:41:29 -08:00
name fix salinger-theme
This commit is contained in:
parent
d6b13dc777
commit
3112ead109
@ -192,6 +192,8 @@ def parse_gitlab_hugo_themes_list():
|
||||
def get_corrected_url(x):
|
||||
if "neofeed-theme" in x:
|
||||
return x.rstrip("/v2")
|
||||
elif "salinger-theme" in x:
|
||||
return x.rstrip("/v2")
|
||||
elif "docuapi" in x:
|
||||
return x.rstrip("/v2")
|
||||
elif "bilberry-hugo-theme" in x:
|
||||
@ -240,6 +242,8 @@ def get_corrected_theme_name(x):
|
||||
return x.rstrip("/v2")
|
||||
elif "hugo-theme-zen" in x:
|
||||
return x.rstrip("/v2")
|
||||
elif "salinger-theme" in x:
|
||||
return x.rstrip("/v2")
|
||||
elif "osprey-delight" in x:
|
||||
return x.rstrip("/v5")
|
||||
elif "bilberry-hugo-theme" in x:
|
||||
|
Loading…
Reference in New Issue
Block a user