Add article tag to home layout

This commit is contained in:
Will Faught
2022-12-17 11:24:10 -08:00
parent e16b25898d
commit 2e75eed6dd

View File

@@ -1,4 +1,5 @@
{{ define "main" }}
<article>
{{ partial "paige-title.html" . }}
{{ partial "paige-description.html" . }}
{{ partial "paige-date.html" . }}
@@ -24,4 +25,5 @@
{{ end }}
{{ partial "paige-content.html" . }}
{{ partial "paige-social.html" . }}
</article>
{{ end }}