Adding name to image to try luck
This commit is contained in:
parent
7d28b47c66
commit
9569c05c3d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user