Adding comment to the temporal fix for og images for future project lurkers.
This commit is contained in:
parent
deec8166d1
commit
e26e323498
@ -39,6 +39,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
% if (defined $ogimage) {
|
% if (defined $ogimage) {
|
||||||
|
<!-- You must be wondering what the fuck is this always hidden image, we are tricking facebook into thinking this is the first image in the website
|
||||||
|
because ogimages broke in their side.-->
|
||||||
<img style="display: none;" src="<%= $ogimage %>" alt="Portada de <%= title %>"/>
|
<img style="display: none;" src="<%= $ogimage %>" alt="Portada de <%= title %>"/>
|
||||||
% }
|
% }
|
||||||
<div class="site-wrapper">
|
<div class="site-wrapper">
|
||||||
|
Loading…
Reference in New Issue
Block a user