diff options
Diffstat (limited to 'themes/default/layouts/partials/gallery-images.html')
-rw-r--r-- | themes/default/layouts/partials/gallery-images.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/themes/default/layouts/partials/gallery-images.html b/themes/default/layouts/partials/gallery-images.html deleted file mode 100644 index 5950637..0000000 --- a/themes/default/layouts/partials/gallery-images.html +++ /dev/null @@ -1,13 +0,0 @@ -{{ $folder := print "public/" (partial "author-user.html" .) "/media/" }} - -<gallery-images> - <h1>Gallery</h1> - <aside> - {{ partial "gallery-walk.html" - (dict - "Folder" $folder - "Context" . - ) - }} - </aside> -</gallery-images> |