fix stuff + add stuff
This commit is contained in:
parent
c6a32438a9
commit
b66cfbc89f
@ -77,14 +77,17 @@
|
|||||||
];
|
];
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<!-- twitter -->
|
<!-- Twitter -->
|
||||||
<% twitterTags.forEach(tag => { %><meta name="<%= tag.name %>" content="<%- tag.content %>"><% }) %>
|
<% twitterTags.forEach(tag => { -%>
|
||||||
|
<meta name="<%= tag.name %>" content="<%- tag.content %>"><% }) -%>
|
||||||
|
|
||||||
<!-- facebook -->
|
<!-- Facebook -->
|
||||||
<% facebookTags.forEach(tag => { %><meta property="<%= tag.property %>" content="<%- tag.content %>"><% }) %>
|
<% facebookTags.forEach(tag => { -%>
|
||||||
|
<meta property="<%= tag.property %>" content="<%- tag.content %>"><% }) -%>
|
||||||
|
|
||||||
<!-- opengraph -->
|
<!-- Open Graph -->
|
||||||
<% ogTags.forEach(tag => { %><meta property="<%= tag.property %>" content="<%- tag.content %>"><% }) %>
|
<% ogTags.forEach(tag => { -%>
|
||||||
|
<meta property="<%= tag.property %>" content="<%- tag.content %>"><% }) -%>
|
||||||
|
|
||||||
<link href="https://<%=hostname %>/watch?v=<%=VideoData.videoId%>" itemprop=url>
|
<link href="https://<%=hostname %>/watch?v=<%=VideoData.videoId%>" itemprop=url>
|
||||||
<!-- closes the } --> <% } %>
|
<!-- closes the } --> <% } %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user