cleanup and variablization

This commit is contained in:
Luke Smith
2022-06-28 19:06:38 -04:00
parent f729985265
commit d3a6b31e4a
8 changed files with 40 additions and 55 deletions

View File

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