From ac74499f8b09e856bbc25c68a2733671db06d38b Mon Sep 17 00:00:00 2001 From: Yannick Francois Date: Mon, 25 Dec 2017 21:42:22 +0100 Subject: [PATCH] Tri les jours dans le bon ordre. --- themes/journal-formateur-2015/layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/journal-formateur-2015/layouts/index.html b/themes/journal-formateur-2015/layouts/index.html index c57d75f..d568411 100644 --- a/themes/journal-formateur-2015/layouts/index.html +++ b/themes/journal-formateur-2015/layouts/index.html @@ -47,7 +47,7 @@ Journal d'un formateur en bootcamp
- {{range .Data.Pages.ByTitle}} + {{range sort .Data.Pages "FullFilePath"}}

{{ .Title }}