From aa2b1870d0f1af84171c60df233b9befa8817853 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sun, 25 Nov 2018 11:59:42 +0100 Subject: Cleanup posts rendering --- layouts/posts/list.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'layouts/posts/list.html') diff --git a/layouts/posts/list.html b/layouts/posts/list.html index 4fda83f..da13220 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -1,5 +1,4 @@ {{ define "main" }} -
{{ $paginator := .Paginate (where .Pages "Params.hidden" "ne" true) }} {{ range sort .Paginator.Pages }}
@@ -16,5 +15,4 @@
{{ end }} {{ template "_internal/pagination.html" . }} -
{{ end }} \ No newline at end of file -- cgit v1.2.3