This commit is contained in:
Luke Smith
2022-05-08 22:37:00 -04:00
parent dd78002586
commit e5645601a6
12 changed files with 47 additions and 26 deletions

View File

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