This commit is contained in:
ashley 2025-09-22 21:55:28 +02:00
parent 68d82e57b9
commit c6a32438a9

View File

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