hugo-theme-photostream/layouts/photos/list.html

8 lines
276 B
HTML
Raw Normal View History

{{ define "main" }}
{{ if eq . .FirstSection }}
{{ partial "page/first_section.list.html" (dict "page" . "class" "main--photostream") }}
{{ else }}
{{ partial "page/descendent_section.list.html" (dict "page" . "class" "main--photostream") }}
{{ end }}
{{ end }}