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