aboutsummaryrefslogtreecommitdiff
path: root/templates/blog_rss.rs.xml
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-05-26 13:28:35 -0400
committerXe Iaso <me@christine.website>2022-05-26 13:41:26 -0400
commit06b00eb7c3df3059943274d274b33f5b9104293f (patch)
treea466923e9886743faa2c85f5fdecb5bfe6b502c2 /templates/blog_rss.rs.xml
parentb1277d209d0b58260ad7f3cb14ae928838633468 (diff)
downloadxesite-06b00eb7c3df3059943274d274b33f5b9104293f.tar.xz
xesite-06b00eb7c3df3059943274d274b33f5b9104293f.zip
templates: change canonical domain to xeiaso.net
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'templates/blog_rss.rs.xml')
-rw-r--r--templates/blog_rss.rs.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/blog_rss.rs.xml b/templates/blog_rss.rs.xml
index 0b42b8e..16616a4 100644
--- a/templates/blog_rss.rs.xml
+++ b/templates/blog_rss.rs.xml
@@ -6,15 +6,15 @@
<rss version="2.0">
<channel>
<title>Xe's Blog</title>
- <link>https://christine.website/blog</link>
+ <link>https://xeiaso.net/blog</link>
<description>Tech, philosophy and more</description>
<generator>@APP https://github.com/Xe/site</generator>
<ttl>1440</ttl>
@for post in posts {
<item>
- <guid>https://christine.website/@post.link</guid>
+ <guid>https://xeiaso.net/@post.link</guid>
<title>@post.front_matter.title</title>
- <link>https://christine.website/@post.link</link>
+ <link>https://xeiaso.net/@post.link</link>
<description><![CDATA[@Html(post.body_html)]]></description>
<pubDate>@post.date.to_rfc2822()</pubDate>
</item>