hugo-theme-relearn/layouts/partials/_index.html

9 lines
No EOL
309 B
HTML

{{- partial "header.html" . }}
{{- if not .Site.Home.Content }}
{{- partial "initial.html" .Site.Home }}
{{- else if eq (.Scratch.Get "relearnOutputFormat") "PRINT" }}
{{- partial "body.print.html" .Site.Home }}
{{- else }}
{{- partial "body.html" .Site.Home }}
{{- end }}
{{- partial "footer.html" . }}