feat: Also Populate 'og:video'
This commit is contained in:
parent
0f6413d4b9
commit
476cb011e2
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ block og
|
|||
meta(property='og:url' content= url)
|
||||
if videos.length
|
||||
each video in videos
|
||||
meta(property='og:video' content= video.url)
|
||||
meta(property='og:video:url' content= video.url)
|
||||
meta(property='og:video:secure_url' content= video.url)
|
||||
meta(property='og:video:type' content= video.type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue