initial commit

This commit is contained in:
2022-08-19 11:49:00 -06:00
commit 36f6a2b347
26 changed files with 32360 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{{ define "title" }}
{{ .Title }} – {{ .Site.Title }}
{{ end }}
{{ define "main" }}
<p class="text-sm py-4">Last Updated: {{ .Page.Lastmod }}</p>
{{ .Content }}
{{ end }}