Adding v=3 to og:image for posts

This commit is contained in:
sergiotarxz 2022-11-13 18:14:06 +01:00
parent 2ec730326c
commit 5d2173d370
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@
% my $ogimage = stash 'ogimage';
% my $user_agent = stash 'useragent';
% if (defined $ogimage && $user_agent !~ /TelegramBot/) {
<meta name="image" property="og:image" content="<%= $ogimage %>"/>
<meta name="image" property="og:image" content="<%= $ogimage >?v=3"/>
% } else {
<meta name="image" property="og:image" content="https://burguillos.info/img/burguillos.png?v=1">
<meta name="image" property="og:image" content="https://burguillos.info/img/burguillos.png?v=3">
% }
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>