Updated hugo site

This commit is contained in:
2026-02-28 10:23:39 -06:00
parent d80acc7860
commit 797892adef
17 changed files with 372 additions and 21 deletions

View File

@@ -8,8 +8,12 @@
<title></title>
</head>
<body>
{{ block "main" . }}
{{ end }}
<header>{{ partial "header.html" }}</header>
<main>
{{ block "main" . }}
{{ end }}
</main>
<footer>{{ partial "footer.html" }}</footer>
</body>
</html>