aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/section.gallery.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-12-21 00:20:05 -0500
committertdro <tdro@noreply.example.com>2022-12-21 00:20:05 -0500
commit7f5c73bc0384f1a0ffec2701d4183e2208007b40 (patch)
tree16f170cea156fa4e2d904c2f5fdb704843d618d1 /themes/default/layouts/_default/section.gallery.html
parent2fb41a96097f335b3e5dbeb8dd0a2ad67bde2d3f (diff)
downloadcanory-0.11.9.tar.gz
canory-0.11.9.tar.bz2
canory-0.11.9.zip
themes/default/layouts/partials: Prevent feed fetches from multiplying0.11.9
By limiting to section. Add hugo option to version shortcode
Diffstat (limited to 'themes/default/layouts/_default/section.gallery.html')
-rw-r--r--themes/default/layouts/_default/section.gallery.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/default/layouts/_default/section.gallery.html b/themes/default/layouts/_default/section.gallery.html
new file mode 100644
index 0000000..276ae9c
--- /dev/null
+++ b/themes/default/layouts/_default/section.gallery.html
@@ -0,0 +1,8 @@
+{{- $folder := print "public/" .Section "/media/" -}}
+
+{{- partial "gallery-walk.html"
+ (dict
+ "Folder" $folder
+ "Context" .
+ )
+-}}