diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-12 18:35:59 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-12 18:35:59 -0700 |
| commit | f06f7ebccd7fd6fd96ca4dc403e91b804fa0a08d (patch) | |
| tree | 91d2772d34129564cf9ae4ca1a70afe8c6d9de45 /indieweb-micro/themes/MinIndie/layouts/partials/homepage-body.html | |
| parent | 83b01596a639a2ac9d8c847d33f666c70bf702a9 (diff) | |
move microblog to main blog
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" . }} |
