diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-04-20 14:46:34 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-04-20 19:04:47 +0200 |
commit | b9c3f23d65861b22c4518224b4789d8367b5d6a3 (patch) | |
tree | a9a9f3e5f764aa31ad2462db3b1ffde580d168c2 /theme/templates | |
parent | 549ccbd1949889ea0fe39514fe80283fd591c033 (diff) |
Replaced « tags » by « links » in the css menu
Diffstat (limited to 'theme/templates')
-rwxr-xr-x | theme/templates/menu.html | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ </li> {{ submenu(categories, 'categories', 'Catégories') }} - {{ submenu(tags, 'tags', 'Mots-clefs') }} + + {% if LINKS %} + {{ submenu(LINKS, 'index', 'Liens') }} + {% endif %} {# |