make everything a link
This commit is contained in:
parent
ad7719d472
commit
b9872215b4
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user