bump version(s) :3

This commit is contained in:
ashley 2025-10-07 22:39:17 +02:00
parent 4e09c44150
commit d1088e274b

View File

@ -75,17 +75,12 @@
];
%>
<!-- Twitter -->
<% twitterTags.forEach(tag => { -%>
<meta name="<%= tag.name %>" content="<%- tag.content %>">
<% }) -%>
<!-- Facebook -->
<% facebookTags.forEach(tag => { -%>
<meta property="<%= tag.property %>" content="<%- tag.content %>">
<% }) -%>
<!-- Open Graph -->
<% ogTags.forEach(tag => { -%>
<meta property="<%= tag.property %>" content="<%- tag.content %>">
<% }) -%>