From d3a0498cc02281c3b783a5f6ba98020020ae0798 Mon Sep 17 00:00:00 2001 From: Xe Date: Sat, 6 Nov 2021 05:48:16 -0400 Subject: oops name lol Signed-off-by: Xe --- src/app/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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), ) -- cgit v1.2.3