test smth
This commit is contained in:
parent
d2f3a12c7c
commit
948ca0d967
@ -58,7 +58,6 @@
|
||||
{ name: "twitter:url", content: url },
|
||||
{ name: "twitter:title", content: title },
|
||||
{ name: "twitter:description", content: desc },
|
||||
{ name: "twitter:image", content: image },
|
||||
{ name: "twitter:card", content: "summary_large_image" },
|
||||
];
|
||||
|
||||
@ -70,7 +69,6 @@
|
||||
|
||||
const ogTags = [
|
||||
{ property: "og:title", content: title },
|
||||
{ property: "og:type", content: "video.other" },
|
||||
{ property: "og:url", content: url },
|
||||
{ property: "og:description", content: desc },
|
||||
{ property: "og:image", content: image },
|
||||
@ -79,7 +77,7 @@
|
||||
|
||||
<!-- Twitter -->
|
||||
<% twitterTags.forEach(tag => { -%>
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<meta name="<%= tag.name %>" content="<%- tag.content %>">
|
||||
|
||||
<% }) -%>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user