mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2024-11-30 09:25:42 +00:00
don't use lugo index to prevent redundant list
This commit is contained in:
parent
00bccab100
commit
886ac5beed
6
layouts/index.html
Normal file
6
layouts/index.html
Normal 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" . }}
|
Loading…
Reference in New Issue
Block a user