Improving the og:image location.

This commit is contained in:
Sergiotarxz 2023-09-17 06:58:01 +02:00
parent 896e90c87d
commit 12cc7fde6d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
% my $user_agent = stash 'useragent';
% if (defined $ogimage) {
<meta name="image" property="og:image" content="<%= $ogimage %>?v=3"/>
<meta name="image" property="og:image" content="<%=$base_url%><%= $ogimage %>?v=3"/>
<meta name="twitter:image" content="<%=$ogimage%>" />
% } else {
<meta name="image" property="og:image" content="<%=$base_url%>/img/burguillos.webp?v=4">