Fixing typo
This commit is contained in:
parent
5d2173d370
commit
ae08bec701
@ -10,7 +10,7 @@
|
|||||||
% my $ogimage = stash 'ogimage';
|
% my $ogimage = stash 'ogimage';
|
||||||
% my $user_agent = stash 'useragent';
|
% my $user_agent = stash 'useragent';
|
||||||
% if (defined $ogimage && $user_agent !~ /TelegramBot/) {
|
% if (defined $ogimage && $user_agent !~ /TelegramBot/) {
|
||||||
<meta name="image" property="og:image" content="<%= $ogimage >?v=3"/>
|
<meta name="image" property="og:image" content="<%= $ogimage %>?v=3"/>
|
||||||
% } else {
|
% } else {
|
||||||
<meta name="image" property="og:image" content="https://burguillos.info/img/burguillos.png?v=3">
|
<meta name="image" property="og:image" content="https://burguillos.info/img/burguillos.png?v=3">
|
||||||
% }
|
% }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user