kludge: rename sl.png to favicon.ico

and host it on libreboot.org/ instead of av.libreboot.org/

the PNG "light" libreboot logo is well-optimized, and still opens properly in
most browsers even if named favicon.ico. the icon is going to be loaded on
pages anyway. having a separate favicon.ico adds an extra http request, which
causes seconds of lag on some connections

so make sl.png the favicon, and use that in the img tag on pages
hslick-master
Leah Rowe 2021-09-05 09:45:13 +01:00
parent ab68360878
commit 59160c3c8f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 B

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -65,7 +65,7 @@ $if(title)$
<header>
<div class="title">
<p class="title-logo">
<img class="title-logo" alt="" src="https://av.libreboot.org/logo/sl.png" />
<img class="title-logo" alt="Libreboot logo" src="/favicon.ico" />
</p>
<h1 class="title">$title$</h1>
</div>