diff options
author | mms <michal@sapka.me> | 2024-03-09 20:56:11 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-03-09 20:59:15 +0100 |
commit | 6fbc82b77e5de58d60d13ce6e5f0aef433caf9a4 (patch) | |
tree | 6247698f41450afa4a2deca80d274af566ac8a37 /layouts/shortcodes/img-r.html | |
parent | 26103a8b78ec7f8e882bbf435571e640b6da26db (diff) |
feat: remove relative images from shortcode images
Diffstat (limited to 'layouts/shortcodes/img-r.html')
-rw-r--r-- | layouts/shortcodes/img-r.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 }}" |