Fix PAGES->pages for pelican 3.7.0
This commit is contained in:
parent
86d820b77d
commit
c38c5d5715
@ -34,7 +34,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
{% for page in PAGES %}
|
{% for page in pages %}
|
||||||
<li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a>{% if not loop.last %} ::{% endif %}</li>
|
<li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a>{% if not loop.last %} ::{% endif %}</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if categories|length > 1 %}
|
{% if categories|length > 1 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user