Files
memex/gharbeia.net/themes/gohugo-amp/layouts/index.html

11 lines
208 B
HTML

{{ partial "structure/head" . }}
<main>
{{ range .Data.Pages }}
{{ if eq .Params.index true }}
{{ .Content }}
{{ end }}
{{ end }}
</main>
{{ partial "structure/foot" . }}