Fixing typo

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

View File

@ -10,7 +10,7 @@
% my $ogimage = stash 'ogimage';
% my $user_agent = stash 'useragent';
% 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 {
<meta name="image" property="og:image" content="https://burguillos.info/img/burguillos.png?v=3">
% }