aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorJoris2020-09-19 10:08:31 +0200
committerJoris2020-09-19 10:08:31 +0200
commit338efd13d39460a9e1a61e9a1da08fe75293c41a (patch)
tree6873924ad8a612ed7ef5abb83a3f2898f58480b0 /templates/index.html
parent714001bdef7460d3ade5564cfea011d51789aedb (diff)
downloadcooking-338efd13d39460a9e1a61e9a1da08fe75293c41a.tar.gz
cooking-338efd13d39460a9e1a61e9a1da08fe75293c41a.tar.bz2
cooking-338efd13d39460a9e1a61e9a1da08fe75293c41a.zip
Add lacto-fermentation recipe
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index e107a7b..6a61cc0 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -85,6 +85,19 @@
{% endfor %}
</ul>
+ <h1 class="g-Recipe__Title">Conservation</h1>
+
+ <ul class="g-Page__Recipes">
+ {% set section = get_section(path = "conservation/_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>
+
{% endblock content %}
</main>