diff --git a/templates/description.html b/templates/description.html index ea1eaa4..23fe369 100644 --- a/templates/description.html +++ b/templates/description.html @@ -38,7 +38,7 @@ {% set int_itemid = itemid|int %} -{% if itemid != "31" %} +{% if itemid != "32" %} {% set countplus = int_itemid + 1 %} {% if int_itemid in range(1,9) %} diff --git a/templates/home.html b/templates/home.html index 6268d4a..701ea76 100644 --- a/templates/home.html +++ b/templates/home.html @@ -3,15 +3,12 @@
-
- These keywords originate from all the written content embedded within the archive. -
- +
{% for word in wordlist_dict %} {% set address = "/diverge?search=" + word %} - {{ word }} + {{ word }} {% endfor %}