From 89276970772381025f57763e2f2fa07359e6f9fa Mon Sep 17 00:00:00 2001 From: Frieder Griesshammer Date: Sun, 1 Jan 2023 18:02:26 +0100 Subject: [PATCH] Revert "Fix missing "pure-img" class on resource_image shortcode" > This is not required - the theme does take care of it This reverts commit 21bf40051dee0128e1f7dba00a08c4a75bf8b3f3. --- layouts/shortcodes/resource_image.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/resource_image.html b/layouts/shortcodes/resource_image.html index 141edd0..295d85f 100644 --- a/layouts/shortcodes/resource_image.html +++ b/layouts/shortcodes/resource_image.html @@ -8,5 +8,5 @@ {{- end }} {{- $img := resources.Get $src | resources.Fingerprint }}

- {{ $alt }} + {{ $alt }}