aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2021-04-18 10:39:53 -0400
committerChristine Dodrill <me@christine.website>2021-04-18 10:39:53 -0400
commite096c5bb00008cbae8cd680045d1831098844786 (patch)
tree69c6f4a99e5800577d9e6f0f164bfba5e1d572be
parentf066decf27695fae9c3788aedf5a05672845df06 (diff)
downloadxesite-e096c5bb00008cbae8cd680045d1831098844786.tar.xz
xesite-e096c5bb00008cbae8cd680045d1831098844786.zip
Revert "update sitemap oops"
This reverts commit f066decf27695fae9c3788aedf5a05672845df06.
-rw-r--r--src/app/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/mod.rs b/src/app/mod.rs
index 0776002..a22a981 100644
--- a/src/app/mod.rs
+++ b/src/app/mod.rs
@@ -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()?;