diff options
author | skami <skami@skami-laptop.dyndns.org> | 2011-02-14 15:51:21 +0100 |
---|---|---|
committer | skami <skami@skami-laptop.dyndns.org> | 2011-02-14 15:51:21 +0100 |
commit | 6bdd8eff6061abfef995042a189ea5fd1e1a2e94 (patch) | |
tree | c4b20179ec23bfc8b6263ff0ad9fe7951ef1cc9c /lightweight/templates/menu.html | |
parent | 7611f3de376ba45fc37c7fdab3a37ab250f8da1b (diff) | |
download | pelican-themes-6bdd8eff6061abfef995042a189ea5fd1e1a2e94.tar.gz |
Thème terminé - décidemment, j'ai du mal avec GIT!
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 --> |