add date and center stuff

This commit is contained in:
2023-07-21 22:46:10 -04:00
parent 1013f0a5a2
commit 5b676a6f86
7 changed files with 38 additions and 15 deletions

View File

@@ -1,10 +1,16 @@
{{ define "main" }}
<article>
<div class="text-center m-4">
{{ .Content }}
</div>
<p class="text-center">Under construction. Come back later! :)</p>
<div>
<h4>Recent posts</h4>
{{ range .Pages }}
{{ range .Pages }}
{{ partial "postcard" . }}
{{ end }}
{{ end }}
</div>
</article>
{{ end }}