From 952829ae3b3f6c301b86e61b105806ecb5cc4a75 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 3 Mar 2023 18:16:53 -0800 Subject: [PATCH] Add .paige-youtube --- layouts/shortcodes/paige/youtube.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/layouts/shortcodes/paige/youtube.html b/layouts/shortcodes/paige/youtube.html index 5ff73cc8..5253be7a 100644 --- a/layouts/shortcodes/paige/youtube.html +++ b/layouts/shortcodes/paige/youtube.html @@ -65,11 +65,13 @@ {{ $src = print $src "?" . }} {{ end }} -{{ partial "paige/video.html" (dict - "fullscreen" $fullscreen - "height" $height - "referrerpolicy" $referrerpolicy - "src" $src - "title" $description - "width" $width -) }} +
+ {{ partial "paige/video.html" (dict + "fullscreen" $fullscreen + "height" $height + "referrerpolicy" $referrerpolicy + "src" $src + "title" $description + "width" $width + ) }} +