diff options
| author | Christine Dodrill <me@christine.website> | 2021-04-18 10:31:28 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2021-04-18 10:31:28 -0400 |
| commit | f066decf27695fae9c3788aedf5a05672845df06 (patch) | |
| tree | 2baa8586fd11113bef9f624aabb9a5a5882fbdee /src/app | |
| parent | 4dde8b26b8be9d9c11bb3920c942ecd6624e419e (diff) | |
| download | xesite-f066decf27695fae9c3788aedf5a05672845df06.tar.xz xesite-f066decf27695fae9c3788aedf5a05672845df06.zip | |
update sitemap oops
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 a22a981..0776002 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(format!("https://christine.website/{}", post.link))?; + urlwriter.url(post.link.clone())?; } urlwriter.end()?; |
