Fix image refs = no webp for small logos

This commit is contained in:
Fred Boniface 2022-10-19 11:31:25 +01:00
parent de8bf7cb0c
commit 8dc5b0ebe5
1 changed files with 1 additions and 1 deletions

View File

@ -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">