diff options
Diffstat (limited to 'indieweb-micro/themes/MinIndie/layouts/partials/homepage-body.html')
| -rw-r--r-- | indieweb-micro/themes/MinIndie/layouts/partials/homepage-body.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indieweb-micro/themes/MinIndie/layouts/partials/homepage-body.html b/indieweb-micro/themes/MinIndie/layouts/partials/homepage-body.html deleted file mode 100644 index 151ef62..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/partials/homepage-body.html +++ /dev/null @@ -1,5 +0,0 @@ -{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }} -{{ range $paginator.Pages }} - {{ .Render "summary" }} -{{ end }} -{{ partial "pagination.html" . }} |
