Update html/watch.ejs
This commit is contained in:
parent
1ada885fa4
commit
b144085a6e
@ -80,7 +80,7 @@
|
|||||||
<!-- Twitter -->
|
<!-- Twitter -->
|
||||||
<% twitterTags.forEach(tag => { -%>
|
<% twitterTags.forEach(tag => { -%>
|
||||||
<meta name="<%= tag.name %>" content="<%- tag.content %>"><% }) -%>
|
<meta name="<%= tag.name %>" content="<%- tag.content %>"><% }) -%>
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<!-- Facebook -->
|
<!-- Facebook -->
|
||||||
<% facebookTags.forEach(tag => { -%>
|
<% facebookTags.forEach(tag => { -%>
|
||||||
<meta property="<%= tag.property %>" content="<%- tag.content %>"><% }) -%>
|
<meta property="<%= tag.property %>" content="<%- tag.content %>"><% }) -%>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user