diff options
Diffstat (limited to 'layouts/posts')
-rw-r--r-- | layouts/posts/list.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/posts/list.html b/layouts/posts/list.html index 6115fae..12207c8 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 }} <article class="markdown book-post"> <h2> |