From 6fbc82b77e5de58d60d13ce6e5f0aef433caf9a4 Mon Sep 17 00:00:00 2001 From: mms Date: Sat, 9 Mar 2024 20:56:11 +0100 Subject: feat: remove relative images from shortcode images --- layouts/shortcodes/img-r.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/shortcodes/img-r.html') diff --git a/layouts/shortcodes/img-r.html b/layouts/shortcodes/img-r.html index 4340792..1791ed7 100644 --- a/layouts/shortcodes/img-r.html +++ b/layouts/shortcodes/img-r.html @@ -9,8 +9,8 @@ alt="{{ $caption }}" src="{{ $img1x.Permalink }}" srcset=" - {{ $img1x.RelPermalink }} 1x, - {{ $img2x.RelPermalink }} 2x + {{ $img1x.Permalink }} 1x, + {{ $img2x.Permalink }} 2x " width="{{ $img1x.Width }}" height="{{ $img1x.Height }}" -- cgit v1.2.3