diff --git a/src/app/mod.rs b/src/app/mod.rs index 4321568..2c4abcd 100644 --- a/src/app/mod.rs +++ b/src/app/mod.rs @@ -90,11 +90,11 @@ pub async fn init(cfg: PathBuf) -> Result { let everything: Vec = everything.into_iter().take(5).collect(); let mut jfb = jsonfeed::Feed::builder() - .title("Christine Dodrill's Blog") + .title("Xe's Blog") .description("My blog posts and rants about various technology things.") .author( jsonfeed::Author::new() - .name("Christine Dodrill") + .name("Xe") .url("https://christine.website") .avatar(ICON), ) diff --git a/templates/blog_atom.rs.xml b/templates/blog_atom.rs.xml index 8706c23..a82364f 100644 --- a/templates/blog_atom.rs.xml +++ b/templates/blog_atom.rs.xml @@ -9,7 +9,7 @@ Xe's Blog @Utc::now().to_rfc3339() - Christine Dodrill + Xe me@@christine.website