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/partials/button-15.html | |
parent | 26103a8b78ec7f8e882bbf435571e640b6da26db (diff) |
feat: remove relative images from shortcode images
Diffstat (limited to 'layouts/partials/button-15.html')
-rw-r--r-- | layouts/partials/button-15.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/button-15.html b/layouts/partials/button-15.html index 4e408d7..2c26d78 100644 --- a/layouts/partials/button-15.html +++ b/layouts/partials/button-15.html @@ -8,10 +8,10 @@ <img class="webbutton" alt="{{ $.alt }}" - src="{{ $img1x.RelPermalink }}" + src="{{ $img1x.Permalink }}" srcset=" - {{ $img1x.RelPermalink }} 1x, - {{ $img2x.RelPermalink }} 2x + {{ $img1x.Permalink }} 1x, + {{ $img2x.Permalink }} 2x " width="{{ $img1x.Width }}" height="{{ $img1x.Height }}"> |