aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/gallery-images.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/gallery-images.html')
-rw-r--r--themes/default/layouts/partials/gallery-images.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/default/layouts/partials/gallery-images.html b/themes/default/layouts/partials/gallery-images.html
new file mode 100644
index 0000000..1dfe611
--- /dev/null
+++ b/themes/default/layouts/partials/gallery-images.html
@@ -0,0 +1,8 @@
+{{ $folder := print "/content/" (partial "author-user.html" .) "/media/" }}
+
+ <gallery-images>
+ <h1>Picture Gallary</h1>
+ <section>
+ {{ partial "gallery-walk.html" $folder }}
+ </section>
+ </gallery-images>