From b9c3f23d65861b22c4518224b4789d8367b5d6a3 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sat, 20 Apr 2013 14:46:34 +0200 Subject: Replaced « tags » by « links » in the css menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/templates/menu.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'theme') diff --git a/theme/templates/menu.html b/theme/templates/menu.html index b8ecd50..5aca0f7 100755 --- a/theme/templates/menu.html +++ b/theme/templates/menu.html @@ -25,7 +25,10 @@ {{ submenu(categories, 'categories', 'Catégories') }} - {{ submenu(tags, 'tags', 'Mots-clefs') }} + + {% if LINKS %} + {{ submenu(LINKS, 'index', 'Liens') }} + {% endif %} {# -- cgit v1.2.3