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 --> <!-- Twitter -->
<% twitterTags.forEach(tag => { -%> <% 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"> <meta name="twitter:card" content="summary_large_image">
<!-- Facebook --> <!-- Facebook -->
<% facebookTags.forEach(tag => { -%> <% facebookTags.forEach(tag => { -%>
<meta property="<%= tag.property %>" content="<%- tag.content %>"><% }) -%> <meta property="<%= tag.property %>" content="<%- tag.content %>">
<% }) -%>
<!-- Open Graph --> <!-- Open Graph -->
<% ogTags.forEach(tag => { -%> <% ogTags.forEach(tag => { -%>