From 7656685e05f07ae14b45312cba4834c98cdf5ba7 Mon Sep 17 00:00:00 2001 From: Michael Kuhn Date: Wed, 6 Jul 2022 20:44:21 +0200 Subject: [PATCH] fix: add missing space in img shortcode (#272) --- layouts/shortcodes/img.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html index 42db633..9792dd3 100644 --- a/layouts/shortcodes/img.html +++ b/layouts/shortcodes/img.html @@ -34,7 +34,7 @@ {{ with $caption }}
- {{ . }}{{ with $source.Params.credits }}({{ . | $.Page.RenderString }}){{ end }} + {{ . }}{{ with $source.Params.credits }} ({{ . | $.Page.RenderString }}){{ end }}
{{ end }}