hugo-theme-termlite/layouts/partials/page/descendent_section.list.html

14 lines
304 B
HTML
Raw Normal View History

<main class="main--list">
<header class="page-header">
{{ partial "page_header.html" (dict "page" .) }}
</header>
{{- .Content -}}
{{ range .RegularPages.ByPublishDate -}}
{{ if or (not .Draft) hugo.IsDevelopment -}}
{{ .Render "page_summary" }}
{{ end }}
{{ end }}
</main>