Browse Source

make everything a link

pull/1/head
lidia pereira 5 years ago
parent
commit
b9872215b4
  1. 2
      themes/homebrewtheme/templates/base.html

2
themes/homebrewtheme/templates/base.html

@ -61,7 +61,7 @@
<div class="guides-index">
<ol id="title-list">
{% 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 %}
{% endif %}
</ol>

Loading…
Cancel
Save