| layouts/shortcodes/liteyoutube.html | ●●●●● patch | view | raw | blame | history |
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 }}