From: Christian Nolte Date: Fri, 1 Dec 2017 10:17:46 +0000 (+0100) Subject: Fix context of opengraph video range X-Git-Tag: v0.32~27 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=23f69efb3914946b39ce673fcc0f2e3a9ed9d878;p=brevno-suite%2Fhugo Fix context of opengraph video range Fixes #4136 --- diff --git a/tpl/tplimpl/template_embedded.go b/tpl/tplimpl/template_embedded.go index 2252d65c..0b42da7c 100644 --- a/tpl/tplimpl/template_embedded.go +++ b/tpl/tplimpl/template_embedded.go @@ -205,7 +205,7 @@ func (t *templateHandler) embedTemplates() { {{ end }}{{ with .Params.locale }} {{ end }}{{ with .Site.Params.title }} {{ end }}{{ with .Params.videos }} -{{ range .Params.videos }} +{{ range . }} {{ end }}{{ end }}