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 }}