diff --git a/src/main.rs b/src/main.rs index bf89ddf..c5a8b0c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -27,6 +27,7 @@ fn asset_ver() -> &'static str { for b in include_str!("../static/style.css") .bytes() .chain(include_str!("../static/docs.css").bytes()) + .chain(include_str!("../static/favicon.svg").bytes()) { h ^= b as u64; h = h.wrapping_mul(0x100000001b3); diff --git a/static/favicon.svg b/static/favicon.svg index f478e75..c719f03 100644 --- a/static/favicon.svg +++ b/static/favicon.svg @@ -1,6 +1,12 @@ - - - - + + + + + + + + + + diff --git a/templates/base.html b/templates/base.html index 100655e..06f375b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,7 +10,7 @@ - + @@ -22,9 +22,11 @@
echoIRCd @@ -52,9 +54,11 @@