Update html/watch.ejs

This commit is contained in:
ashley 2025-09-24 20:12:00 +02:00
parent 1ada885fa4
commit b144085a6e

View File

@ -80,7 +80,7 @@
<!-- Twitter -->
<% twitterTags.forEach(tag => { -%>
<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 %>"><% }) -%>