diff options
Diffstat (limited to 'themes/flamingo/layouts/index.html')
-rw-r--r-- | themes/flamingo/layouts/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/flamingo/layouts/index.html b/themes/flamingo/layouts/index.html index 523eb38..c142435 100644 --- a/themes/flamingo/layouts/index.html +++ b/themes/flamingo/layouts/index.html @@ -3,7 +3,6 @@ <main> {{ partial "post-description.html" }} <div class="blog-list"> - {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }} {{ range .Paginator.Pages }} {{ .Render "summary" }} {{ end }} |