diff options
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> |