aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/gallery-images.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-06-13 21:22:23 -0400
committertdro <tdro@noreply.example.com>2022-06-13 21:22:23 -0400
commit4ea0bccece84918cec5fdaf428920c264e1d589d (patch)
tree4a4c13de5dde1eb5ed061743e189fea7977dd61a /themes/default/layouts/partials/gallery-images.html
parentb890b4de8082aa16d9d73a0925bf69d68f39784a (diff)
downloadcanory-4ea0bccece84918cec5fdaf428920c264e1d589d.tar.gz
canory-4ea0bccece84918cec5fdaf428920c264e1d589d.tar.bz2
canory-4ea0bccece84918cec5fdaf428920c264e1d589d.zip
themes/default/layouts/partials/gallery-images: Add gallery overlay
Diffstat (limited to 'themes/default/layouts/partials/gallery-images.html')
-rw-r--r--themes/default/layouts/partials/gallery-images.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/themes/default/layouts/partials/gallery-images.html b/themes/default/layouts/partials/gallery-images.html
index de03ab0..f9be257 100644
--- a/themes/default/layouts/partials/gallery-images.html
+++ b/themes/default/layouts/partials/gallery-images.html
@@ -1,8 +1,9 @@
{{ $folder := print "public/" (partial "author-user.html" .) "/media/" }}
- <gallery-images>
- <h1>Picture Gallery</h1>
- <aside>
- {{ partial "gallery-walk.html" $folder }}
- </aside>
- </gallery-images>
+<gallery-images>
+ <h1>Picture Gallery</h1>
+ <aside>
+ <gallery-overlay></gallery-overlay>
+ {{ partial "gallery-walk.html" $folder }}
+ </aside>
+</gallery-images>