summaryrefslogtreecommitdiffstats
path: root/indieweb-micro/themes/MinIndie/layouts/partials/homepage-body.html
blob: 151ef62f0748b032cb4f2b5574a86c73eaac99f7 (plain) (blame)
1
2
3
4
5
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }}
{{ range $paginator.Pages }}
    {{ .Render "summary" }}
{{ end }}
{{ partial "pagination.html" . }}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage