From 16c2ce96ef5a2b27237592d02428138632afbad4 Mon Sep 17 00:00:00 2001
From: Ray <rwstorer@hotmail.com>
Date: Sun, 11 Jun 2023 04:19:00 +0000
Subject: [PATCH] typo

---
 layouts/shortcodes/liteyoutube.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/shortcodes/liteyoutube.html b/layouts/shortcodes/liteyoutube.html
index 9a98bac..40d6fb7 100644
--- a/layouts/shortcodes/liteyoutube.html
+++ b/layouts/shortcodes/liteyoutube.html
@@ -14,6 +14,6 @@
   {{ $bkImg := "" }}
   {{ with $img }} {{ $bkImg := absURL (printf "images/%s" $img) }} {{ end }}
   <lite-youtube videoid="{{$videoid}}"{{ with $bkImg }} style="background-image: url('{{ . }}')"{{ end }}{{ with $params }} params="{{ . }}"{{ end }}></lite-youtube>
-  {{ printf "img = [{{$img}}]" }}
-  {{ printf "bkImg = [{{$bkImg}}]" }}
+  {{ printf "img = [%s]" $img }}
+  {{ printf "bkImg = [%s]" $bkImg }}
 {{ end }}

--
Gitblit v1.10.0