Skip to content

Commit

Permalink
Fix context of opengraph video range
Browse files Browse the repository at this point in the history
Fixes #4136
  • Loading branch information
drlogout authored and bep committed Dec 1, 2017
1 parent e69da7a commit 23f69ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpl/tplimpl/template_embedded.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func (t *templateHandler) embedTemplates() {
<meta property="og:audio" content="{{ . }}" />{{ end }}{{ with .Params.locale }}
<meta property="og:locale" content="{{ . }}" />{{ end }}{{ with .Site.Params.title }}
<meta property="og:site_name" content="{{ . }}" />{{ end }}{{ with .Params.videos }}
{{ range .Params.videos }}
{{ range . }}
<meta property="og:video" content="{{ . | absURL }}" />
{{ end }}{{ end }}
Expand Down

0 comments on commit 23f69ef

Please sign in to comment.