personal-site/layouts/index.html

7 lines
177 B
HTML
Raw Normal View History

2021-01-02 20:17:33 +00:00
{{ define "main" }}
<main>
{{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }}
2021-01-02 22:35:28 +00:00
{{ partial "sidebar.html" . }}
2021-01-02 20:17:33 +00:00
</main>
{{ end }}