make everything a link

This commit is contained in:
lidia pereira 2019-06-19 18:29:50 +02:00
parent ad7719d472
commit b9872215b4

View File

@ -61,7 +61,7 @@
<div class="guides-index"> <div class="guides-index">
<ol id="title-list"> <ol id="title-list">
{% for cat, null in categories %} {% for cat, null in categories %}
<li {% if cat == category %} class="active"{% endif %}><a href="{{ SITEURL }}/{{ cat.url }}">{{ cat }}</a></li> <a href="{{ SITEURL }}/{{ cat.url }}"><li {% if cat == category %} class="active"{% endif %}>{{ cat }}</li></a>
{% endfor %} {% endfor %}
{% endif %} {% endif %}
</ol> </ol>