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

10 lines
230 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" . }}
2024-11-13 17:24:48 +00:00
{{ partial "components/feed.html" (dict "ctx" .) }}
2024-10-18 07:33:33 +00:00
{{ partial "site-footer.html" . }}
2024-10-05 06:27:07 +00:00
</body>
{{- end }}