aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index ebc480e..7253a16 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -139,8 +139,8 @@ async fn feed() -> Result<Response> {
// TODO: i18n
let context = atom::Context {
page_title: "celeste's hard drive".to_owned(),
- page_url: "https://en.blos.sm".to_owned(),
- self_url: "https://en.blos.sm/feed".to_owned(),
+ page_url: "https://blos.sm".to_owned(),
+ self_url: "https://blos.sm/feed".to_owned(),
lang: "en".to_owned(),
};
let feed = atom::atom(context, posts).await;