diff --git a/index.html b/index.html deleted file mode 100644 index 2e02b25..0000000 --- a/index.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - diff --git a/src/router.rs b/src/router.rs index 33dff28..e4e90c8 100644 --- a/src/router.rs +++ b/src/router.rs @@ -121,6 +121,7 @@ pub fn AppRouter() -> Element { document::Stylesheet { href: "/style.css" } document::Stylesheet { href: "/highlight.css" } document::Title { "Yggdrasil Blog" } + document::Link { rel: "icon", href: "/favicon.ico" } div { ThemePreload {} Router:: {}