update sitemap oops

This commit is contained in:
Cadey Ratio 2021-04-18 10:31:28 -04:00
parent 4dde8b26b8
commit f066decf27
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ pub async fn init(cfg: PathBuf) -> Result<State> {
}
for post in &everything {
urlwriter.url(format!("https://christine.website/{}", post.link))?;
urlwriter.url(post.link.clone())?;
}
urlwriter.end()?;