article tags

This commit is contained in:
Luke Smith 2022-07-10 13:03:50 -04:00
parent ee696fd99d
commit 43ff3f0921

View File

@ -1,4 +1,6 @@
{{ partial "header.html" . -}}
<header><h1>{{ if .Title }}{{ .Title }}{{ else }}{{ .Site.Title }}{{ end }}</h1></header>
<article>
{{ .Content }}
</article>
{{ partial "footer.html" . }}