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 everything: Vec<Post> = everything.into_iter().take(5).collect();
let mut jfb = jsonfeed::Feed::builder() 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.") .description("My blog posts and rants about various technology things.")
.author( .author(
jsonfeed::Author::new() jsonfeed::Author::new()
.name("Christine Dodrill") .name("Xe")
.url("https://christine.website") .url("https://christine.website")
.avatar(ICON), .avatar(ICON),
) )

View File

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