From a09df764664fb37a40b9686b3efdecee624ced05 Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Fri, 10 Jan 2020 19:19:56 +0100 Subject: [PATCH] modified templates --- templates/description.html | 2 +- templates/home.html | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) 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 %}