Skip to content

Commit

Permalink
Correction diverses
Browse files Browse the repository at this point in the history
  • Loading branch information
skami committed Feb 12, 2011
1 parent dfffb31 commit 4de1596
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions notmyidea-cms-fr/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ <h1><a href="{{ SITEURL }}/index.html">{{ SITENAME }} {% if SITESUBTITLE %} <str
{% 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 %}
Expand All @@ -47,7 +48,7 @@ <h1><a href="{{ SITEURL }}/index.html">{{ SITENAME }} {% if SITESUBTITLE %} <str

<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>
Expand All @@ -56,7 +57,7 @@ <h2>Catégorie</h2>
</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>
Expand Down

0 comments on commit 4de1596

Please sign in to comment.