forked from cadey/xesite
parent
f066decf27
commit
e096c5bb00
|
@ -123,7 +123,7 @@ pub async fn init(cfg: PathBuf) -> Result<State> {
|
||||||
}
|
}
|
||||||
|
|
||||||
for post in &everything {
|
for post in &everything {
|
||||||
urlwriter.url(post.link.clone())?;
|
urlwriter.url(format!("https://christine.website/{}", post.link))?;
|
||||||
}
|
}
|
||||||
|
|
||||||
urlwriter.end()?;
|
urlwriter.end()?;
|
||||||
|
|
Loading…
Reference in New Issue