Revert "update sitemap oops"

This reverts commit f066decf27.
This commit is contained in:
Cadey Ratio 2021-04-18 10:39:53 -04:00
parent f066decf27
commit e096c5bb00
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(post.link.clone())?;
urlwriter.url(format!("https://christine.website/{}", post.link))?;
}
urlwriter.end()?;