From 6f50c28b725483263699637f3681742e1864b6a0 Mon Sep 17 00:00:00 2001 From: dashdashzako Date: Mon, 2 Sep 2019 14:14:57 +0200 Subject: Fix pages filtering on home page --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 9f37dee..fdfde29 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,7 +2,7 @@
- {{ range (where site.RegularPages).GroupByDate "2006" -}} + {{ range site.RegularPages.GroupByDate "2006" -}}

{{ .Key }}

-- cgit v1.2.3