Browse Source

modified templates

master
Cristina Cochior 4 years ago
parent
commit
a09df76466
  1. 2
      templates/description.html
  2. 7
      templates/home.html

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

7
templates/home.html

@ -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>

Loading…
Cancel
Save