aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/gallery-images.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-06 22:16:04 -0400
committertdro <tdro@noreply.example.com>2022-05-06 22:16:04 -0400
commit8d52e2c7584979bafeac33ed644ad10d6a57812b (patch)
tree058e5d8b7e23a4f2fe371299a27e8e5123204acd /themes/default/layouts/partials/gallery-images.html
parent80e27ae172e01feea1b01476e7cd9354736c8f8b (diff)
downloadcanory-8d52e2c7584979bafeac33ed644ad10d6a57812b.tar.gz
canory-8d52e2c7584979bafeac33ed644ad10d6a57812b.tar.bz2
canory-8d52e2c7584979bafeac33ed644ad10d6a57812b.zip
themes/default/layouts/partials: Allow setting default gallery
Correct spelling error.
Diffstat (limited to 'themes/default/layouts/partials/gallery-images.html')
-rw-r--r--themes/default/layouts/partials/gallery-images.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/gallery-images.html b/themes/default/layouts/partials/gallery-images.html
index 1dfe611..f3790ba 100644
--- a/themes/default/layouts/partials/gallery-images.html
+++ b/themes/default/layouts/partials/gallery-images.html
@@ -1,7 +1,7 @@
{{ $folder := print "/content/" (partial "author-user.html" .) "/media/" }}
<gallery-images>
- <h1>Picture Gallary</h1>
+ <h1>Picture Gallery</h1>
<section>
{{ partial "gallery-walk.html" $folder }}
</section>