From 6fbc82b77e5de58d60d13ce6e5f0aef433caf9a4 Mon Sep 17 00:00:00 2001 From: mms Date: Sat, 9 Mar 2024 20:56:11 +0100 Subject: feat: remove relative images from shortcode images --- layouts/shortcodes/imgproc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/shortcodes/imgproc.html') diff --git a/layouts/shortcodes/imgproc.html b/layouts/shortcodes/imgproc.html index c0559fe..115da4d 100644 --- a/layouts/shortcodes/imgproc.html +++ b/layouts/shortcodes/imgproc.html @@ -15,7 +15,7 @@ {{ errorf "Invalid image processing command: Must be one of Crop, Fit, Fill or Resize."}} {{ end }}
- {{ $caption }} + {{ $caption }}
{{ $caption }} -- cgit v1.2.3