make Archives visible

This commit is contained in:
Tshepang Lekhonkhobe
2013-03-17 19:49:32 +02:00
parent 765b1de181
commit 0efe4aa89d

View File

@@ -35,6 +35,7 @@
<li {% if p == page %}class="active"{% endif %}><a href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a></li>
{% endfor %}
{% endif %}
<li><a href="{{ SITEURL }}/archives.html">Archives</a></li>
{#{% for cat, null in categories %}
<li {% if cat == category %}class="active"{% endif %}><a href="{{ SITEURL }}/{{ cat.url }}">{{ cat }}</a></li>
{% endfor %}#}