aboutsummaryrefslogtreecommitdiffstats
path: root/notmyidea-cms
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2013-03-30 11:34:56 -0700
committerJustin Mayer <entroP@gmail.com>2013-03-30 11:34:56 -0700
commit40cb5eb28b50475c355bbb8de9e535d14afb8e7a (patch)
tree91d867e8cfca36ce9fcac2ae3df4c9ea4820d0f4 /notmyidea-cms
parentb9a7dfcf08d9805de773c4a3b19aa16fab4b4efb (diff)
downloadpelican-themes-40cb5eb28b50475c355bbb8de9e535d14afb8e7a.zip
pelican-themes-40cb5eb28b50475c355bbb8de9e535d14afb8e7a.tar.gz
pelican-themes-40cb5eb28b50475c355bbb8de9e535d14afb8e7a.tar.bz2
Change hardcoded Archives link to variable
Diffstat (limited to 'notmyidea-cms')
-rw-r--r--notmyidea-cms/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmyidea-cms/templates/base.html b/notmyidea-cms/templates/base.html
index c2535d2..387125b 100644
--- a/notmyidea-cms/templates/base.html
+++ b/notmyidea-cms/templates/base.html
@@ -35,7 +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>
+ <li><a href="{{ SITEURL }}/{{ ARCHIVES_URL }}">Archives</a></li>
{#{% for cat, null in categories %}
<li {% if cat == category %}class="active"{% endif %}><a href="{{ SITEURL }}/{{ cat.url }}">{{ cat }}</a></li>
{% endfor %}#}