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

15 lines
424 B
HTML
Raw Normal View History

{{- define "head" }}
{{- end }}
{{- define "body" }}
2024-10-05 19:56:14 +00:00
<body class="layout-_default-list">
2024-10-18 07:33:33 +00:00
{{ 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>
2024-10-18 07:33:33 +00:00
{{ partial "site-footer.html" . }}
2024-10-05 06:27:07 +00:00
</body>
{{- end }}