Skip to content
Snippets Groups Projects
Commit bdf2bcd8 authored by nimrod's avatar nimrod
Browse files

Added support from MENUITEMS.

parent bbea906a
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,9 @@
<li {%- if output_file == page.url %} class="selected"{% endif %}><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li>
{% endfor -%}
{% endif -%}
{% for name, uri in MENUITEMS -%}
<li><a href="{{ uri }}">{{ name }}</a></li>
{% endfor -%}
<li {%- if output_file == "archives.html" %} class="selected"{% endif %}><a href="{{ SITEURL }}/archives.html">Archives</a></li>
</ul>
......
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