oopsies
This commit is contained in:
parent
68d82e57b9
commit
c6a32438a9
@ -78,20 +78,13 @@
|
||||
%>
|
||||
|
||||
<!-- twitter -->
|
||||
<% twitterTags.forEach(tag => { %>
|
||||
<meta name="<%= tag.name %>" content="<%- tag.content %>">
|
||||
<% }) %>
|
||||
<% twitterTags.forEach(tag => { %><meta name="<%= tag.name %>" content="<%- tag.content %>"><% }) %>
|
||||
|
||||
<!-- facebook -->
|
||||
<% facebookTags.forEach(tag => { %>
|
||||
<meta property="<%= tag.property %>" content="<%- tag.content %>">
|
||||
<% }) %>
|
||||
<% facebookTags.forEach(tag => { %><meta property="<%= tag.property %>" content="<%- tag.content %>"><% }) %>
|
||||
|
||||
<!-- opengraph -->
|
||||
<% 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>
|
||||
<!-- closes the } --> <% } %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user