Update html/watch.ejs
This commit is contained in:
parent
b144085a6e
commit
35637da751
@ -79,11 +79,18 @@
|
|||||||
|
|
||||||
<!-- 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">
|
<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 %>">
|
||||||
|
|
||||||
|
|
||||||
|
<% }) -%>
|
||||||
|
|
||||||
<!-- Open Graph -->
|
<!-- Open Graph -->
|
||||||
<% ogTags.forEach(tag => { -%>
|
<% ogTags.forEach(tag => { -%>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user