aboutsummaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorXe <me@christine.website>2021-11-06 05:48:16 -0400
committerXe <me@christine.website>2021-11-06 05:48:16 -0400
commitd3a0498cc02281c3b783a5f6ba98020020ae0798 (patch)
tree734ab9c838d396007a4f402289273496dafa5a43 /src/app
parentf95d4547baee5736af78c2cf0470418362c1fb03 (diff)
downloadxesite-d3a0498cc02281c3b783a5f6ba98020020ae0798.tar.xz
xesite-d3a0498cc02281c3b783a5f6ba98020020ae0798.zip
oops name lol
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'src/app')
-rw-r--r--src/app/mod.rs4
1 files changed, 2 insertions, 2 deletions
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<State> {
let everything: Vec<Post> = 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),
)