oops name lol

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-11-06 05:48:16 -04:00
parent f95d4547ba
commit d3a0498cc0
2 changed files with 3 additions and 3 deletions

View File

@ -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),
)

View File

@ -9,7 +9,7 @@
<title>Xe's Blog</title>
<updated>@Utc::now().to_rfc3339()</updated>
<author>
<name>Christine Dodrill</name>
<name>Xe</name>
<email>me@@christine.website</email>
</author>
<link href="https://christine.website/blog.atom" rel="self"/>