13 lines
No EOL
322 B
HTML
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 }} |