From 44c0e1ec181cda7cf2b9e555451cfbbdc4a040fd Mon Sep 17 00:00:00 2001 From: George Cushen Date: Mon, 9 May 2016 09:58:56 +0100 Subject: [PATCH] Fix for Hugo 0.15 --- layouts/section/publication.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/section/publication.html b/layouts/section/publication.html index ed553bf5..87a3beb1 100644 --- a/layouts/section/publication.html +++ b/layouts/section/publication.html @@ -7,7 +7,7 @@

Publications

- {{ range (where .Data.Pages "Draft" false).GroupByDate "2006" "desc" }} + {{ range .Data.Pages.GroupByDate "2006" }}