aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--notmyidea-cms-fr/templates/base.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/notmyidea-cms-fr/templates/base.html b/notmyidea-cms-fr/templates/base.html
index c01b427..12db9ca 100644
--- a/notmyidea-cms-fr/templates/base.html
+++ b/notmyidea-cms-fr/templates/base.html
@@ -32,6 +32,7 @@
{% endfor %}
{% if DISPLAY_PAGES_ON_MENU != False %}
<li><a href="{{ SITEURL }}/index.html">Accueil</a></li>
+ <li><a href="{{ SITEURL }}/archives.html">Archives</a></li>
{% for p in PAGES %}
<li {% if p == page %}class="active"{% endif %}><a href="{{ SITEURL }}/pages/{{ p.url }}">{{ p.title }}</a></li>
{% endfor %}
@@ -47,7 +48,7 @@
<aside id="sidebar">
<div class="widget">
- <h2>Catégorie</h2>
+ <h2>Catégories</h2>
<ul>
{% for cat, null in categories %}
<li {% if cat == category %}class="active"{% endif %}><a href="{{ SITEURL }}/category/{{ cat }}.html">{{ cat }}</a></li>
@@ -56,7 +57,7 @@
</div>
{% if LINKS %}
<div class="widget blogroll">
- <h2>Lien</h2>
+ <h2>Liens</h2>
<ul>
{% for name, link in LINKS %}
<li><a href="{{ link }}">{{ name }}</a></li>