From f06f7ebccd7fd6fd96ca4dc403e91b804fa0a08d Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 12 Jun 2026 18:35:59 -0700 Subject: move microblog to main blog --- indieweb-micro/themes/MinIndie/layouts/partials/homepage-body.html | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 indieweb-micro/themes/MinIndie/layouts/partials/homepage-body.html (limited to 'indieweb-micro/themes/MinIndie/layouts/partials/homepage-body.html') 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" . }} -- cgit v1.2.3