aboutsummaryrefslogblamecommitdiffstats
path: root/lightweight/templates/menu.html
blob: 9a9d011436df19e78c1c889606ff0281bcfac8c2 (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 %}
  {% else %}
  <a href="{{ SITEURL }}/categories.html">Catégories</a>
  <a href="{{ SITEURL }}/tags.html">Mots-clés</a>
  {% endif %}
  <a href="{{ SITEURL }}/archives.html">Archives</a>

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