git push wip

This commit is contained in:
2023-03-27 21:49:34 -05:00
commit 630fd021b3
49 changed files with 1146 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{{ define "title"}}
{{ .Title }} | {{ .Site.Title }}
{{ end }}
{{ define "main" }}
<div class="postWrapper">
<h1>{{ .Title }}</h1>
<div>
{{ .Content }}
</div>
</div>
{{ end }}