Browse Source

fix menu and small esthetic typo

Julien Rabier 8 years ago
parent
commit
1dfcaa8384
2 changed files with 2 additions and 2 deletions
  1. 1 1
      content/pages/01_index.md
  2. 1 1
      theme/templates/base.html

+ 1 - 1
content/pages/01_index.md

@@ -50,7 +50,7 @@ save_as: index.html
     <p>Aider d'autres opérateurs sans but lucratif à faire de même.</p>
   </div>
 
-  <a href="gitoyen.html" class="bouton">Plus d'info sur Gitoyen</a>
+  <a href="gitoyen.html" class="bouton">Plus d'infos sur Gitoyen</a>
 
 </section>
 

+ 1 - 1
theme/templates/base.html

@@ -41,7 +41,7 @@
         <nav>
           <ul>
             {% if DISPLAY_PAGES_ON_MENU -%}
-            {% for pg in PAGES %}
+            {% for pg in pages %}
             <li {% if pg|is_active %} class="active"{% endif %}>
               <a href="{{ SITEURL }}/{{ pg.url }}">{{ pg.entry or pg.title }}</a>
             </li>