hugo-theme-photostream/layouts/photos/list.html
Eryn Wells 9620d4e8b5 Consolidate list template
Rearrange styles and templates to use the list partial templates in termlite.
2024-10-24 10:04:54 -06:00

7 lines
276 B
HTML

{{ 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 }}