aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoris2020-02-09 17:58:28 +0100
committerJoris2020-02-09 18:20:53 +0100
commit4a14217067d8746702a3cd641e7620c26d06d803 (patch)
tree520d333aaacc7eb245dd68eb1411e842dcbdee37 /templates
parent52d9d5d0853b16c20913963cf7f1d3a83e3f2c65 (diff)
downloadcooking-4a14217067d8746702a3cd641e7620c26d06d803.tar.gz
cooking-4a14217067d8746702a3cd641e7620c26d06d803.tar.bz2
cooking-4a14217067d8746702a3cd641e7620c26d06d803.zip
Add “pain de seigle” recipe
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index 4a420fa..e107a7b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -59,6 +59,19 @@
{% endfor %}
</ul>
+ <h1 class="g-Recipe__Title">Pains</h1>
+
+ <ul class="g-Page__Recipes">
+ {% set section = get_section(path = "pains/_index.md") %}
+ {% for page in section.pages | sort(attribute = "title") %}
+ <li class="g-Page__Recipe">
+ <a class="g-Link" href="{{ page.permalink }}">
+ {{ page.title }}
+ </a>
+ </li>
+ {% endfor %}
+ </ul>
+
<h1 class="g-Recipe__Title">Nettoyage</h1>
<ul class="g-Page__Recipes">