Adding hidden image to serve as alternative og:image in error.

This commit is contained in:
Sergiotarxz 2023-09-19 18:04:52 +02:00
parent eaa1b335d8
commit deec8166d1
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>
% if (defined $ogimage) {
<img style="display: none;" src="<%= $ogimage %>" alt="Portada de <%= title %>"/>
% }
<div class="site-wrapper">
</div>
<div class="search-overlay">