There was an error while loading. Please reload this page.
1 parent e69da7a commit 23f69efCopy full SHA for 23f69ef
tpl/tplimpl/template_embedded.go
@@ -205,7 +205,7 @@ func (t *templateHandler) embedTemplates() {
205
<meta property="og:audio" content="{{ . }}" />{{ end }}{{ with .Params.locale }}
206
<meta property="og:locale" content="{{ . }}" />{{ end }}{{ with .Site.Params.title }}
207
<meta property="og:site_name" content="{{ . }}" />{{ end }}{{ with .Params.videos }}
208
-{{ range .Params.videos }}
+{{ range . }}
209
<meta property="og:video" content="{{ . | absURL }}" />
210
{{ end }}{{ end }}
211
0 commit comments