aboutsummaryrefslogtreecommitdiffstats
path: root/bricabrac
diff options
context:
space:
mode:
Diffstat (limited to 'bricabrac')
-rw-r--r--bricabrac/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bricabrac/templates/base.html b/bricabrac/templates/base.html
index 7d61e87..51f6284 100644
--- a/bricabrac/templates/base.html
+++ b/bricabrac/templates/base.html
@@ -23,7 +23,7 @@
<nav>
<ul>
<li><a href="https://blog.getpelican.com/">Pelican</a> & <a href="">brc theme</a></li>
-{% for page in PAGES %}
+{% for page in pages %}
<li>:: <a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a>{% if not loop.last %} ::{% endif %}</li>
{% endfor %}
{% if categories|length > 1 %}