Update html/watch.ejs

This commit is contained in:
ashley 2025-09-24 20:15:05 +02:00
parent b144085a6e
commit 35637da751

View File

@ -79,11 +79,18 @@
<!-- Twitter -->
<% twitterTags.forEach(tag => { -%>
<meta name="<%= tag.name %>" content="<%- tag.content %>"><% }) -%>
<meta name="<%= tag.name %>" content="<%- tag.content %>">
<% }) -%>
<meta name="twitter:card" content="summary_large_image">
<!-- Facebook -->
<% facebookTags.forEach(tag => { -%>
<meta property="<%= tag.property %>" content="<%- tag.content %>"><% }) -%>
<meta property="<%= tag.property %>" content="<%- tag.content %>">
<% }) -%>
<!-- Open Graph -->
<% ogTags.forEach(tag => { -%>