diff options
Diffstat (limited to 'built-texts/templates/base.html')
-rw-r--r-- | built-texts/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/built-texts/templates/base.html b/built-texts/templates/base.html index 253de0e..f7e4396 100644 --- a/built-texts/templates/base.html +++ b/built-texts/templates/base.html @@ -41,7 +41,7 @@ <div class="span3" id="blog-nav"> <ul class="nav nav-pills pull-right"> {% if DISPLAY_PAGES_ON_MENU %} - {% for page in PAGES %} + {% for page in pages %} <li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li> {% endfor %} {% endif %} |