Improving the image format.

This commit is contained in:
Sergiotarxz 2023-09-17 07:02:48 +02:00
parent 12cc7fde6d
commit fac947d104
1 changed files with 3 additions and 1 deletions

View File

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