aboutsummaryrefslogblamecommitdiffstats
path: root/lightweight/templates/menu.html
blob: 88d5d7a4a1fc878077f6f59b2f344c0c440c854d (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                                         
<nav id="menu">
  <a href="{{ SITEURL }}/index.html">Accueil</a>
  {% if DISPLAY_PAGES_ON_MENU != False%}
    {% for p in PAGES %}
  <a {% if p == page %}class="active" {% endif %}href="{{ SITEURL }}/pages/{{ p.url }}">{{ p.title }}</a>
    {% endfor %}
  {% endif %}

</nav> <!-- /#nav -->