don't use lugo index to prevent redundant list

This commit is contained in:
Luke Smith 2022-08-05 09:27:38 -04:00
parent 00bccab100
commit 886ac5beed

6
layouts/index.html Normal file
View File

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