diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-22 15:01:32 +0200 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-22 15:01:32 +0200 |
commit | 094f8f3a745fcc379a43e438770925189458bd32 (patch) | |
tree | d418f39c922d90dba63ee681c8cb2d853065f688 /_layouts/default.html | |
parent | 82cf97b090a3ea3ea948c59f7a2bf1f38cf9df73 (diff) | |
download | website-094f8f3a745fcc379a43e438770925189458bd32.tar.gz |
Replace png with webp
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 795bb95..99073dc 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -28,7 +28,7 @@ > <div id="main"> <div class="logo-container"> - <a href="/"><img class="logo" src="/assets/img/wordart.png" /></a><br /> + <a href="/"><img class="logo" src="/assets/img/wordart.webp" /></a><br /> </div> <div class="box">{{content}}</div> </div> |