aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/section.gallery.html
blob: 761a276260e19794d609c42a78cd123a153e0313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{- $parent := eq (len .Page.Ancestors) 1 -}}

{{- $modified := partial "function-page-modified.html"
  (dict
    "Context" .
    "Disable" true
  )
-}}

{{- if (and $parent $modified) -}}
  {{- partial "gallery-walk.html" . -}}
{{- end -}}