diff options
| author | Christine Dodrill <me@christine.website> | 2021-04-18 10:39:53 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2021-04-18 10:39:53 -0400 |
| commit | e096c5bb00008cbae8cd680045d1831098844786 (patch) | |
| tree | 69c6f4a99e5800577d9e6f0f164bfba5e1d572be /src/app | |
| parent | f066decf27695fae9c3788aedf5a05672845df06 (diff) | |
| download | xesite-e096c5bb00008cbae8cd680045d1831098844786.tar.xz xesite-e096c5bb00008cbae8cd680045d1831098844786.zip | |
Revert "update sitemap oops"
This reverts commit f066decf27695fae9c3788aedf5a05672845df06.
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/mod.rs | 2 |
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()?; |
