bump version(s) :3
This commit is contained in:
parent
4e09c44150
commit
d1088e274b
@ -75,17 +75,12 @@
|
|||||||
];
|
];
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<!-- Twitter -->
|
|
||||||
<% twitterTags.forEach(tag => { -%>
|
<% twitterTags.forEach(tag => { -%>
|
||||||
<meta name="<%= tag.name %>" content="<%- tag.content %>">
|
<meta name="<%= tag.name %>" content="<%- tag.content %>">
|
||||||
<% }) -%>
|
<% }) -%>
|
||||||
|
|
||||||
<!-- Facebook -->
|
|
||||||
<% facebookTags.forEach(tag => { -%>
|
<% facebookTags.forEach(tag => { -%>
|
||||||
<meta property="<%= tag.property %>" content="<%- tag.content %>">
|
<meta property="<%= tag.property %>" content="<%- tag.content %>">
|
||||||
<% }) -%>
|
<% }) -%>
|
||||||
|
|
||||||
<!-- Open Graph -->
|
|
||||||
<% ogTags.forEach(tag => { -%>
|
<% ogTags.forEach(tag => { -%>
|
||||||
<meta property="<%= tag.property %>" content="<%- tag.content %>">
|
<meta property="<%= tag.property %>" content="<%- tag.content %>">
|
||||||
<% }) -%>
|
<% }) -%>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user