Fix image refs = no webp for small logos
This commit is contained in:
parent
de8bf7cb0c
commit
8dc5b0ebe5
@ -38,7 +38,7 @@
|
|||||||
<a href="/contact.php">Contact</a>
|
<a href="/contact.php">Contact</a>
|
||||||
<a href="/about.php">About</a>
|
<a href="/about.php">About</a>
|
||||||
<picture>
|
<picture>
|
||||||
<source srcset="/images/logo/short-40.webp" type="image/webp">
|
<source srcset="/images/logo/short-40.jxl" type="image/jxl">
|
||||||
<img src="/images/logo/short-40.png" alt="FB Initials">
|
<img src="/images/logo/short-40.png" alt="FB Initials">
|
||||||
</picture>
|
</picture>
|
||||||
<div class="sidebar_social">
|
<div class="sidebar_social">
|
||||||
|
Loading…
Reference in New Issue
Block a user