diff --git a/layouts/shortcodes/image.html b/layouts/shortcodes/image.html index 6b2a2c0..6937b28 100644 --- a/layouts/shortcodes/image.html +++ b/layouts/shortcodes/image.html @@ -1,3 +1,3 @@ {{ if .Get "src" }} - {{ . | plainify }} +{{ . | plainify }} {{ end }}