modified templates

This commit is contained in:
Cristina Cochior 2020-01-10 19:19:56 +01:00
parent 52b55d5eaa
commit a09df76466
2 changed files with 3 additions and 6 deletions

View File

@ -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) %}

View File

@ -3,15 +3,12 @@
<div class="homepage content-block">
<div class="explanation">
These keywords originate from all the written content embedded within the archive.
</div>
<div class="home">
{% for word in wordlist_dict %}
{% set address = "/diverge?search=" + word %}
<a href={{address}}>{{ word }}</a>
<a href={{address}}>{{ word }}</a>
{% endfor %}
</div>