Adding name to image to try luck

This commit is contained in:
sergiotarxz 2022-11-13 02:29:22 +01:00
parent 7d28b47c66
commit 9569c05c3d

View File

@ -9,9 +9,9 @@
<meta property="og:site_name" content="Burguillos.info" />
% my $ogimage = stash 'ogimage';
% if (defined $ogimage) {
<meta property="og:image" content="<%= $ogimage %>"/>
<meta name="image" property="og:image" content="<%= $ogimage %>"/>
% } else {
<meta property="og:image" content="https://burguillos.info/img/burguillos.png">
<meta name="image" property="og:image" content="https://burguillos.info/img/burguillos.png">
% }
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>