diff options
Diffstat (limited to 'src/atom.rs')
-rw-r--r-- | src/atom.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atom.rs b/src/atom.rs index 6e2cd1a..11ae01d 100644 --- a/src/atom.rs +++ b/src/atom.rs @@ -91,7 +91,7 @@ pub async fn atom<P: AsRef<dyn Post + Send + Sync>>(ctx: Context, entries: Vec<P uri: Some("https://bunny.garden/cel/blossom".into()), version: None, }), - icon: Some("/favicon.ico".into()), + icon: Some("/static/favicon.png".into()), links: links.clone(), logo: Some("/logo.png".into()), entries: Vec::new(), |