diff options
Diffstat (limited to 'layouts/shortcodes/img-center.html')
-rw-r--r-- | layouts/shortcodes/img-center.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/shortcodes/img-center.html b/layouts/shortcodes/img-center.html index 7799d07..587e2b2 100644 --- a/layouts/shortcodes/img-center.html +++ b/layouts/shortcodes/img-center.html @@ -9,10 +9,10 @@ <img class="center" alt="{{ $caption }}" - 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 }}" |