diff options
Diffstat (limited to 'simple-bootstrap/templates/base.html')
-rwxr-xr-x | simple-bootstrap/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simple-bootstrap/templates/base.html b/simple-bootstrap/templates/base.html index d9c71b9..33ae7f8 100755 --- a/simple-bootstrap/templates/base.html +++ b/simple-bootstrap/templates/base.html @@ -39,7 +39,7 @@ <div class="header"> <ul class="nav nav-pills pull-right"> <li class="{% block navclass %}{{ NAVCLASS }}{% endblock navclass %}"><a href="{{ SITEURL }}">Home</a></li> - {% for p in PAGES %} + {% for p in pages %} <li{% if p == page %} class="active"{% endif %}><a href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a></li> {% endfor %} <li{% if author or tag %} class="active"{% endif %}{% block archclass %}{{ ARCHCLASS }}{% endblock archclass %}><a href="{{ SITEURL }}/archives.html">Archives</a></li> |