diff --git a/dev-random/templates/base.html b/dev-random/templates/base.html index 721a7fc..d5b1301 100644 --- a/dev-random/templates/base.html +++ b/dev-random/templates/base.html @@ -62,10 +62,13 @@ {% endfor %} {% if DISPLAY_PAGES_ON_MENU %}
  • Accueil
  • +
  • Archives
  • +
  • Mots-clés
  • {% for p in PAGES %}
  • {{ p.title }}
  • {% endfor %} {% else %} +
  • Accueil
  • {% for cat, null in categories %}
  • {{ cat }}
  • {% endfor %}