aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/section.gallery.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-06-18 18:32:33 -0400
committertdro <tdro@noreply.example.com>2023-06-18 18:32:33 -0400
commit69591d98d61888c211b986bf96a36014590b4cbf (patch)
treed5e2dc71a73ea77786080ab5fb2a3878cab65b37 /themes/default/layouts/_default/section.gallery.html
parent23b45c260c734539c684df8b713c32dbea375532 (diff)
downloadcanory-69591d98d61888c211b986bf96a36014590b4cbf.tar.gz
canory-69591d98d61888c211b986bf96a36014590b4cbf.tar.bz2
canory-69591d98d61888c211b986bf96a36014590b4cbf.zip
themes/default/layouts/_default/section: Write gallery, webring, following once
Check for parent node
Diffstat (limited to 'themes/default/layouts/_default/section.gallery.html')
-rw-r--r--themes/default/layouts/_default/section.gallery.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/section.gallery.html b/themes/default/layouts/_default/section.gallery.html
index dfa141e..4b1c6fd 100644
--- a/themes/default/layouts/_default/section.gallery.html
+++ b/themes/default/layouts/_default/section.gallery.html
@@ -1 +1,5 @@
-{{- partial "gallery-walk.html" . -}}
+{{- $parent := eq (len .Page.Ancestors) 1 -}}
+
+{{- if $parent -}}
+ {{- partial "gallery-walk.html" . -}}
+{{- end -}}