fix stuff + add stuff

This commit is contained in:
ashley 2025-09-22 21:58:36 +02:00
parent c6a32438a9
commit b66cfbc89f

View File

@ -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 } --> <% } %>