From 93038de8f27c2346609ac5188811ae764e34f04b Mon Sep 17 00:00:00 2001 From: dhonus Date: Sun, 7 Jan 2024 01:00:48 +0100 Subject: [PATCH] don't want the capitalized text here --- themes/bean/layouts/shortcodes/gallery.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bean/layouts/shortcodes/gallery.html b/themes/bean/layouts/shortcodes/gallery.html index ba279b6..d31f1a9 100644 --- a/themes/bean/layouts/shortcodes/gallery.html +++ b/themes/bean/layouts/shortcodes/gallery.html @@ -10,7 +10,7 @@ {{ if $image }}
{{ .Name }} -
{{ path.Base .Name | strings.TrimSuffix (printf ".%s" $ext) | strings.Title }}
+
{{ path.Base .Name | strings.TrimSuffix (printf ".%s" $ext) }}
{{ end }} {{ end }}