trwnh.com/unified.test.hugo/layouts/_default/single.html
2024-11-13 11:24:48 -06:00

13 lines
No EOL
322 B
HTML

{{- define "head" }}
<link rel="author" href="https://trwnh.com" />{{/* TODO: make variable */}}
{{- end }}
{{- define "body" }}
<body class="layout-_default-single">
{{ partial "site-header.html" . }}
<main id="main">
{{ partial "components/article.html" . }}
</main>
{{ partial "site-footer.html" . }}
</body>
{{ end }}