From bc97048dfbb05766abf0c04aed593252a3abdc88 Mon Sep 17 00:00:00 2001
From: Joris
Date: Sun, 2 Feb 2020 16:51:57 +0100
Subject: Show recipe title in each recipe page
---
templates/index.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'templates/index.html')
diff --git a/templates/index.html b/templates/index.html
index 74bf36f..4a420fa 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -12,13 +12,13 @@
{% block content %}
- Plats
+ Plats
{% set section = get_section(path = "plats/_index.md") %}
@@ -31,9 +31,9 @@
{% endfor %}
- Desserts
+ Desserts
- Hypoglucidiques
+ Hypoglucidiques
{% set section = get_section(path = "desserts/hypoglucidique/_index.md") %}
@@ -46,7 +46,7 @@
{% endfor %}
- Hyperglucidiques
+ Hyperglucidiques
{% set section = get_section(path = "desserts/hyperglucidique/_index.md") %}
@@ -59,7 +59,7 @@
{% endfor %}
- Nettoyage
+ Nettoyage
{% set section = get_section(path = "nettoyage/_index.md") %}
--
cgit v1.2.3