Clean up, switch to modern maddybook, netlify

This commit is contained in:
Madison Rye Progress
2026-03-14 15:44:45 -07:00
parent 7ee2f406dd
commit fa0a8d424e
11 changed files with 93 additions and 30 deletions

View File

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