forked from cadey/xesite
update sitemap oops
This commit is contained in:
parent
4dde8b26b8
commit
f066decf27
|
@ -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()?;
|
||||
|
|
Loading…
Reference in New Issue