This commit is contained in:
Luke Smith
2022-07-11 16:15:58 -04:00
parent 930c7fc421
commit 0784507fb2
2 changed files with 9 additions and 6 deletions

View File

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