make the tags better

This commit is contained in:
ashley 2025-10-07 22:42:22 +02:00
parent d1088e274b
commit 43d2477e07

View File

@ -74,7 +74,6 @@
{ property: "og:image", content: image }, { property: "og:image", content: image },
]; ];
%> %>
<% twitterTags.forEach(tag => { -%> <% twitterTags.forEach(tag => { -%>
<meta name="<%= tag.name %>" content="<%- tag.content %>"> <meta name="<%= tag.name %>" content="<%- tag.content %>">
<% }) -%> <% }) -%>
@ -84,7 +83,6 @@
<% ogTags.forEach(tag => { -%> <% ogTags.forEach(tag => { -%>
<meta property="<%= tag.property %>" content="<%- tag.content %>"> <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 } --> <% } %>
<meta name="darkreader-lock"> <!-- tells dark reader that the site has a dark theme and to turn itself off --> <meta name="darkreader-lock"> <!-- tells dark reader that the site has a dark theme and to turn itself off -->