Files
EurKEY-macOS/eurkey-macos.eu/themes/blank/layouts/index.html
2024-03-21 17:48:34 +01:00

8 lines
323 B
HTML

{{ define "main" }} {{ readFile "content/README.md" | markdownify }}
<main>
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in"
.Site.Params.mainSections) }} {{ range $paginator.Pages }} {{ .Render
"summary" }} {{ end }} {{ partial "pagination.html" . }}
</main>
{{ partial "sidebar.html" . }} {{ end }}