diff --git a/_data/menus.yml b/_data/menus.yml index 55456531e75d8dafef64ad2a53439acf023c49da..02a918ad0130c23576516922c58eddc954fd476b 100644 --- a/_data/menus.yml +++ b/_data/menus.yml @@ -1,7 +1,5 @@ --- footer: -- title: Le CCL - url: "/ccl" - title: À propos de Luminy.org url: about.md -- title: Des témoignages + weight: 2 diff --git a/_pages/404.md b/_pages/404.md index df3011040d431a4d1acaaf52f15b07ced999432d..58a83eb39918d19e3a9cc6dcd5c846aa50f663b1 100644 --- a/_pages/404.md +++ b/_pages/404.md @@ -1,7 +1,12 @@ --- title: Page non trouvée -permalink: /404.html +permalink: "/404.html" author_profile: false share: false +menu: + footer: + title: Des témoignages + weight: 1 + --- -# 404 +# 404 \ No newline at end of file diff --git a/_pages/jardin/paniers.md b/_pages/jardin/paniers.md index b0fdf5414bd0a0d28be3f415807b82dd97189cc5..dbd921e0eefdb874447a4fcc768125f6c6072e1a 100644 --- a/_pages/jardin/paniers.md +++ b/_pages/jardin/paniers.md @@ -2,6 +2,9 @@ title: Les paniers bio ! overlay_image: assets/images/banniere-bulles.png menu: + footer: + weight: 3 + title: Les paniers bio jardin: weight: 1 @@ -11,7 +14,7 @@ Tous les jeudis, les paniers marseillais proposent des produits bio en direct de # Distribution paniers bio [Cagette.net]({{ site.data.extlinks.cagette }}) -icoucou +header <ul> {% for item in site.menus.header %} <li class="menu-item-{{ loop.index }}"> @@ -28,4 +31,23 @@ icoucou {% endif %} </li> {% endfor %} +</ul> + +jardin +<ul> +{% for item in site.menus.jardin %} + <li class="menu-item-{{ loop.index }}"> + <a href="{{ item.url }}" title="Go to {{ item.title }}">{{ item.title }}</a> + {% if item.children %} + <ul class="sub-menu"> + {% for item in item.children %} + {{ item.identifier | inspect }} + <li class="menu-item-{{ loop.index }}"> + <a href="{{ item.url }}" title="Go to {{ item.title }}">{{ item.title }}</a> + </li> + {% endfor %} + </ul> + {% endif %} + </li> +{% endfor %} </ul> \ No newline at end of file