From e34ded01904b07456a48cf28f1a5a2d2d77a0be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sat, 15 Jun 2019 02:57:25 +0200 Subject: Simplifying parts of the theme --- layouts/index.html | 3 --- 1 file changed, 3 deletions(-) (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html index eb6d5c6..9b143c0 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,11 +1,8 @@ {{ define "main" }} -
- {{ $paginator := .Paginate (where .Data.Pages "Section" "post") }} {{ range $paginator.Pages }} {{ .Render "summary" }} {{ end }} {{ partial "pagination.html" . }} -
{{ end }} -- cgit v1.2.3