diff options
author | skami <skami@skami-laptop.dyndns.org> | 2011-02-12 19:59:43 +0100 |
---|---|---|
committer | skami <skami@skami-laptop.dyndns.org> | 2011-02-12 19:59:43 +0100 |
commit | 4de1596e020f297b18281d39d03753e5a1215aeb (patch) | |
tree | 5030148ae1642abfc7490f8ccda592da0a56aa63 /notmyidea-cms-fr/templates | |
parent | dfffb3131120cea0f0ff9afb4096f5d291f3750e (diff) | |
download | pelican-themes-4de1596e020f297b18281d39d03753e5a1215aeb.tar.gz |
Correction diverses
Diffstat (limited to 'notmyidea-cms-fr/templates')
-rw-r--r-- | notmyidea-cms-fr/templates/base.html | 5 |
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> |