diff options
Diffstat (limited to 'layouts/shortcodes/youtube.html')
-rw-r--r-- | layouts/shortcodes/youtube.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/shortcodes/youtube.html b/layouts/shortcodes/youtube.html index 7e175c5..b59cac1 100644 --- a/layouts/shortcodes/youtube.html +++ b/layouts/shortcodes/youtube.html @@ -11,8 +11,8 @@ class="center" src="{{ $img1x.Permalink }}" srcset=" - {{ $img1x.RelPermalink }} 1x, - {{ $img2x.RelPermalink }} 2x + {{ $img1x.Permalink }} 1x, + {{ $img2x.Permalink }} 2x " width="{{ $img1x.Width }}" height="{{ $img1x.Height }}" |