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 | |
parent | 82cf97b090a3ea3ea948c59f7a2bf1f38cf9df73 (diff) | |
download | website-094f8f3a745fcc379a43e438770925189458bd32.tar.gz |
Replace png with webp
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/.#post.html | 1 | ||||
-rw-r--r-- | _layouts/default.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/_layouts/.#post.html b/_layouts/.#post.html new file mode 100644 index 0000000..3db6872 --- /dev/null +++ b/_layouts/.#post.html @@ -0,0 +1 @@ +noahk@LAPTOP-ITF9ILBO.12968:1689950859 \ No newline at end of file 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> |