Changement pour hugo
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{{ partial "header" . }}
|
||||
|
||||
{{ range .Data.Pages }}
|
||||
{{if eq .Type "index" }}
|
||||
{{.Content}}
|
||||
{{end}}
|
||||
{{ end }}
|
||||
|
||||
{{ partial "footer" . }}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user