Adding v=1 to og image.
This commit is contained in:
parent
fb35c00d57
commit
4df7eb084f
|
@ -12,7 +12,7 @@
|
||||||
% if (defined $ogimage && $user_agent !~ /TelegramBot/) {
|
% if (defined $ogimage && $user_agent !~ /TelegramBot/) {
|
||||||
<meta name="image" property="og:image" content="<%= $ogimage %>"/>
|
<meta name="image" property="og:image" content="<%= $ogimage %>"/>
|
||||||
% } else {
|
% } 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"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue