diff --git a/dev-random/templates/base.html b/dev-random/templates/base.html index d5b1301..04a2faa 100644 --- a/dev-random/templates/base.html +++ b/dev-random/templates/base.html @@ -57,22 +57,22 @@ + Accueil {% for title, link in MENUITEMS %} {{ title }} {% endfor %} {% if DISPLAY_PAGES_ON_MENU %} - Accueil - Archives - Mots-clés + Catégories {% for p in PAGES %} {{ p.title }} {% endfor %} {% else %} - Accueil {% for cat, null in categories %} {{ cat }} {% endfor %} {% endif %} + Archives + Mots-clés @@ -80,7 +80,7 @@ {% endblock content %}