diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/shortcodes/img-center.html | 1 | ||||
-rw-r--r-- | layouts/shortcodes/youtube.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/layouts/shortcodes/img-center.html b/layouts/shortcodes/img-center.html index 71214148..c247cc63 100644 --- a/layouts/shortcodes/img-center.html +++ b/layouts/shortcodes/img-center.html @@ -8,6 +8,7 @@ <center> <figure> <img + class="center" alt="{{ $caption }}" src="{{ $img1x.RelPermalink }}" srcset=" diff --git a/layouts/shortcodes/youtube.html b/layouts/shortcodes/youtube.html index 4261ed2f..c29eed1c 100644 --- a/layouts/shortcodes/youtube.html +++ b/layouts/shortcodes/youtube.html @@ -8,6 +8,7 @@ <center> <a href="https://www.youtube.com/watch?v={{$id}}" target="_blank"> <img + class="center" src="{{ $img1x.Permalink }}" srcset=" {{ $img1x.RelPermalink }} 1x, |