From 8aa9c08ce25ba78c1e6b94bec1659e5c37db7669 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 30 Aug 2022 12:20:22 -0400 Subject: [PATCH] Remove px from image size --- themes/red/layouts/_default/gallery.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/red/layouts/_default/gallery.html b/themes/red/layouts/_default/gallery.html index 3be997c..8922f22 100644 --- a/themes/red/layouts/_default/gallery.html +++ b/themes/red/layouts/_default/gallery.html @@ -21,7 +21,7 @@ {{ if $.Params.thumbnails }} {{ $title := .title }} {{ with resources.Get (printf "%s-thumbs/%s" ($.Param "json") .filename) }} - {{ $title }} + {{ $title }} {{ else }}

Thumbnail not found!

{{ end }}