diff options
Diffstat (limited to 'notmyidea-cms')
-rw-r--r-- | notmyidea-cms/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/notmyidea-cms/templates/base.html b/notmyidea-cms/templates/base.html index ffbf352..c2535d2 100644 --- a/notmyidea-cms/templates/base.html +++ b/notmyidea-cms/templates/base.html @@ -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 %}#} |