From d6ac0fc244cc0666bae99833c7e5e835308b9eb9 Mon Sep 17 00:00:00 2001 From: mms Date: Fri, 28 Jun 2024 14:57:08 +0200 Subject: chore: lazy load content 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 115da4d..a9ba008 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