Trying to fix ogimage.

This commit is contained in:
Sergiotarxz 2023-09-19 17:37:08 +02:00
parent 8ee5b33c26
commit 999d62385e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
% if (defined $ogimage) {
% my $url_for = url_for || '';
<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 name="twitter:image" content="<%=$ogimage%>" />
% } else {