aboutsummaryrefslogtreecommitdiffstats
path: root/notmyidea-cms
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-17 19:49:32 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-17 19:49:32 +0200
commit0efe4aa89df5698e77f5f1ea412a93cf1d891cf6 (patch)
treecf4f09279469e7299cfb4047f46523d2e8c541f7 /notmyidea-cms
parent765b1de1819ac0558dc5d87bbbe0dec6027fbcaf (diff)
downloadpelican-themes-0efe4aa89df5698e77f5f1ea412a93cf1d891cf6.tar.gz
make Archives visible
Diffstat (limited to 'notmyidea-cms')
-rw-r--r--notmyidea-cms/templates/base.html1
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 %}#}