diff options
Diffstat (limited to 'lightweight/templates/menu.html')
-rw-r--r-- | lightweight/templates/menu.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lightweight/templates/menu.html b/lightweight/templates/menu.html index 88d5d7a..9a9d011 100644 --- a/lightweight/templates/menu.html +++ b/lightweight/templates/menu.html @@ -4,6 +4,10 @@ {% 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 --> |