reorganized folder structure
This commit is contained in:
11
gharbeia.net/themes/gohugo-amp/layouts/index.html
Normal file
11
gharbeia.net/themes/gohugo-amp/layouts/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{{ partial "structure/head" . }}
|
||||
|
||||
<main>
|
||||
{{ range .Data.Pages }}
|
||||
{{ if eq .Params.index true }}
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</main>
|
||||
|
||||
{{ partial "structure/foot" . }}
|
||||
Reference in New Issue
Block a user