From b2341f61ef10e016bf9a67bb5321099be2b40a1d Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Sun, 18 Sep 2022 09:29:37 -0700 Subject: [PATCH] update rank_hugo_themes.py correct name hugo-theme-stack --- rank_hugo_themes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rank_hugo_themes.py b/rank_hugo_themes.py index 97dccb4..2323959 100755 --- a/rank_hugo_themes.py +++ b/rank_hugo_themes.py @@ -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