mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 08:12:11 +00:00
950918b104
I've modified etch-custom so much that it doesn't need to be its own theme anymore.
11 lines
259 B
HTML
11 lines
259 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{- default "" .Site.LanguageCode -}}">
|
|
{{- partial "head.html" . -}}
|
|
<body>
|
|
{{- partial "header.html" . -}}
|
|
<main id="content">
|
|
{{- block "main" . }}{{- end }}
|
|
</main>
|
|
{{- partial "footer.html" . -}}
|
|
</body>
|
|
</html>
|