Skip to content

Commit 23f69ef

Browse files
drlogoutbep
authored andcommitted
Fix context of opengraph video range
Fixes #4136
1 parent e69da7a commit 23f69ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tpl/tplimpl/template_embedded.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func (t *templateHandler) embedTemplates() {
205205
<meta property="og:audio" content="{{ . }}" />{{ end }}{{ with .Params.locale }}
206206
<meta property="og:locale" content="{{ . }}" />{{ end }}{{ with .Site.Params.title }}
207207
<meta property="og:site_name" content="{{ . }}" />{{ end }}{{ with .Params.videos }}
208-
{{ range .Params.videos }}
208+
{{ range . }}
209209
<meta property="og:video" content="{{ . | absURL }}" />
210210
{{ end }}{{ end }}
211211

0 commit comments

Comments
 (0)