Skip to content
Snippets Groups Projects
Unverified Commit 78a396cc authored by william light's avatar william light Committed by GitHub
Browse files

Merge pull request #9 from zorun/master

Fix display of static pages
parents f0553cb4 26747705
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
<li {%- if output_file == "index.html" %} class="selected"{% endif %}><a href="{{ SITEURL }}">Home</a></li>
{% if DISPLAY_PAGES_ON_MENU -%}
{% for page in PAGES -%}
{% for page in pages -%}
<li {%- if output_file == page.url %} class="selected"{% endif %}><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li>
{% endfor -%}
{% endif -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment