From c69452740740887776ee241d907cf978c4730a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Sat, 11 May 2019 23:25:58 +0200 Subject: [PATCH] Sort recipes by alphabetical order (homepage) --- layouts/partials/recipelist.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/recipelist.html b/layouts/partials/recipelist.html index ddb92be..a10e0e3 100644 --- a/layouts/partials/recipelist.html +++ b/layouts/partials/recipelist.html @@ -1,9 +1,9 @@ {{ range where .Sections "Type" "==" "recettes" }} -{{ range .Sections }} +{{ range sort .Sections "Title" }}

{{ .Title }}