Switch to theme based on Archie

This commit is contained in:
Dave Gallant
2023-03-25 11:00:28 -04:00
parent f4f3f341c3
commit ade197054d
432 changed files with 14878 additions and 35404 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
{{- partial "header.html" . -}}
<body>
<div class="content">
{{- partial "head.html" . -}}
{{- block "main" . }}{{- end }}
{{ partial "comments.html" . }}
{{- partial "footer.html" . -}}
</div>
</body>
</html>