Fix PAGES->pages for pelican 3.7.0

This commit is contained in:
Adam Goldsmith 2017-11-10 18:29:07 +00:00
parent 86d820b77d
commit c38c5d5715
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<footer>
<nav>
<ul>
{% 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 %}