basic blog

This commit is contained in:
2023-07-15 20:10:41 -04:00
parent 603d1d05e3
commit 1013f0a5a2
7 changed files with 44 additions and 21 deletions

10
hugo/layouts/index.html Normal file
View File

@@ -0,0 +1,10 @@
{{ define "main" }}
<article>
{{ .Content }}
{{ range .Pages }}
{{ range .Pages }}
{{ partial "postcard" . }}
{{ end }}
{{ end }}
</article>
{{ end }}