From 450e8867a64eafe1ca301a25e3e0878b4da5cbfa Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sun, 17 Jul 2022 00:19:07 +0530 Subject: [PATCH] Update inTextImg.html Fix Bad value 15px for attribute height on element img: Expected a digit but saw p instead. --- layouts/shortcodes/inTextImg.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/inTextImg.html b/layouts/shortcodes/inTextImg.html index 5e6d84d6..0239fd68 100644 --- a/layouts/shortcodes/inTextImg.html +++ b/layouts/shortcodes/inTextImg.html @@ -2,4 +2,4 @@ {{- $height := (.Get "height") }} {{- $alt := (.Get "alt") }} -{{$alt}} \ No newline at end of file +{{$alt}}