Skip to content

Commit

Permalink
Merge pull request getpelican#574 from rn4ir/graymill-update
Browse files Browse the repository at this point in the history
Graymill: Change 'pages' variable to lower-case
  • Loading branch information
justinmayer authored Dec 3, 2017
2 parents 808426e + 281089f commit 2066cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graymill/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<li><a href="{{ link }}">{{ title }}</a></li>
{% endfor %}

{% if DISPLAY_PAGES_ON_MENU and PAGES %}
{% if DISPLAY_PAGES_ON_MENU and pages %}
{% for p in pages %}
<li><a href="{{ SITEURL }}/{{ p.url }}">{{ p.title }}</a></li>
{% endfor %}
Expand Down

0 comments on commit 2066cb0

Please sign in to comment.