trwnh.com/unified.test.hugo/layouts/_default/list.html

15 lines
No EOL
424 B
HTML

{{- define "head" }}
{{- end }}
{{- define "body" }}
<body class="layout-_default-list">
{{ partial "site-header.html" . }}
<main class="h-feed hfeed feed" id="main">
{{ "<!-- the main header contains list metadata -->" | safeHTML }}
{{ partial "components/feed-header.html" . }}
{{ $pages := .RegularPages }}
{{ partial "components/feed-entries.html" $pages }}
</main>
{{ partial "site-footer.html" . }}
</body>
{{- end }}