There was an error while loading. Please reload this page.
1 parent 1e34e5b commit 852d868Copy full SHA for 852d868
tpl/tplimpl/embedded/templates/shortcodes/youtube.html
@@ -84,12 +84,7 @@
84
{{- if $loop }}
85
{{- $params = merge $params (dict "playlist" $id) }}
86
{{- end }}
87
- {{- $s := slice }}
88
- {{- range $k, $v := $params }}
89
- {{- $s = $s | append $k }}
90
- {{- $s = $s | append $v }}
91
- {{- end }}
92
- {{- with querify $s }}
+ {{- with querify $params }}
93
{{- $src = printf "%s?%s" $src . }}
94
95
0 commit comments