modified templates
This commit is contained in:
parent
52b55d5eaa
commit
a09df76466
@ -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) %}
|
||||
|
@ -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…
Reference in New Issue
Block a user