aboutsummaryrefslogtreecommitdiffstats
path: root/dev-random/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'dev-random/templates/base.html')
-rw-r--r--dev-random/templates/base.html3
1 files changed, 3 insertions, 0 deletions
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 %}
<li><a href="{{ SITEURL }}/index.html">Accueil</a></li>
+ <li><a href="{{ SITEURL }}/index.html">Archives</a></li>
+ <li><a href="{{ SITEURL }}/index.html">Mots-clés</a></li>
{% for p in PAGES %}
<li {% if p == page %}class="active"{% endif %}><a href="{{ SITEURL }}/{{ p.url|e }}">{{ p.title }}</a></li>
{% endfor %}
{% else %}
+ <li><a href="{{ SITEURL }}/index.html">Accueil</a></li>
{% for cat, null in categories %}
<li {% if cat == category %}class="active"{% endif %}><a href="{{ SITEURL }}/{{ cat.url|e }}">{{ cat }}</a></li>
{% endfor %}