aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/gallery-walk.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-04 19:16:15 -0400
committertdro <tdro@noreply.example.com>2022-05-04 19:16:15 -0400
commitc27e990f86f3f5c3565ba7a7eb18024a220ee363 (patch)
tree65c06c2bee88ff5dd45ebcdc6b6c6592310a8595 /themes/default/layouts/partials/gallery-walk.html
parentd5e971bbab049fc5afc632041b2f0066d0e56d6c (diff)
downloadcanory-c27e990f86f3f5c3565ba7a7eb18024a220ee363.tar.gz
canory-c27e990f86f3f5c3565ba7a7eb18024a220ee363.tar.bz2
canory-c27e990f86f3f5c3565ba7a7eb18024a220ee363.zip
themes/default/layouts/partials: Set dimensions images
Diffstat (limited to 'themes/default/layouts/partials/gallery-walk.html')
-rw-r--r--themes/default/layouts/partials/gallery-walk.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/layouts/partials/gallery-walk.html b/themes/default/layouts/partials/gallery-walk.html
index 11eba52..d6d988a 100644
--- a/themes/default/layouts/partials/gallery-walk.html
+++ b/themes/default/layouts/partials/gallery-walk.html
@@ -24,6 +24,8 @@
}}
<img
+ width="100"
+ height="100"
title="{{- .Name }}"
alt="{{- .Name }}"
src="{{ "" | absURL }}/{{- strings.TrimPrefix "content/" (trim $folder "/") }}/{{- .Name }}"