Trying to fix ogimage.
This commit is contained in:
parent
8ee5b33c26
commit
999d62385e
@ -25,7 +25,7 @@
|
|||||||
% if (defined $ogimage) {
|
% if (defined $ogimage) {
|
||||||
% my $url_for = url_for || '';
|
% my $url_for = url_for || '';
|
||||||
<meta itemprop="image" property="og:image" content="<%= $ogimage %>"/>
|
<meta itemprop="image" property="og:image" content="<%= $ogimage %>"/>
|
||||||
<meta name="image" property="og:image" content="<%= $ogimage %>"/>
|
<meta name="image" content="<%= $ogimage %>"/>
|
||||||
<meta property="og:url" content="<%=$base_url%><%= url_for %>"/>
|
<meta property="og:url" content="<%=$base_url%><%= url_for %>"/>
|
||||||
<meta name="twitter:image" content="<%=$ogimage%>" />
|
<meta name="twitter:image" content="<%=$ogimage%>" />
|
||||||
% } else {
|
% } else {
|
||||||
|
Loading…
Reference in New Issue
Block a user