Update project description and favicon

This commit is contained in:
thiloho
2023-05-18 23:09:41 +02:00
parent a1c12866ae
commit 651cc75c7f
4 changed files with 54 additions and 16 deletions

View File

@@ -5,7 +5,9 @@ import ThemeToggle from "../components/ThemeToggle.svelte";
<nav>
<div class="container">
<a href="/"> Logo</a>
<a href="/">
<img src="/favicon.svg" width="32" height="32" alt="Logo" />
</a>
<slot />
<ArticleSearchWrapper />
<ThemeToggle client:only="svelte" />