diff --git a/Cargo.lock b/Cargo.lock index 2457515..e871667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1196,7 +1196,7 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "pict-rs-proxy" -version = "0.1.6" +version = "0.1.8" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 8902730..27d126f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pict-rs-proxy" -version = "0.1.6" +version = "0.1.8" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md" diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..5b1375a Binary files /dev/null and b/static/favicon.ico differ diff --git a/templates/layout.rs.html b/templates/layout.rs.html index 0c6b849..cb41f79 100644 --- a/templates/layout.rs.html +++ b/templates/layout.rs.html @@ -1,4 +1,4 @@ -@use super::statics::layout_css; +@use super::statics::{layout_css, favicon_ico}; @(head: Content, body: Content) @@ -12,6 +12,7 @@ + @:head()