Adding v=1 to og image.

This commit is contained in:
sergiotarxz 2022-11-13 15:34:02 +01:00
parent fb35c00d57
commit 4df7eb084f
1 changed files with 1 additions and 1 deletions

View File

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