diff --git a/web/templates/rss.pug b/web/templates/rss.pug
index e78e3d2..45be56e 100755
--- a/web/templates/rss.pug
+++ b/web/templates/rss.pug
@@ -6,7 +6,7 @@ rss(version='2.0')
title Arav's dwelling
description Updates on my websites and infrastructure.
language en-gb
- link= host
+ | #{host}
each post in posts
item
@@ -14,7 +14,7 @@ rss(version='2.0')
category= post.Category.Name
guid!= `${post.PostID()}`
pubDate= util.ToClientTimezone(post.Date, r).Format("20060102-150405")
- link!= `${host}/mindflow#${post.PostID()}`
+ | #{host}/mindflow##{post.PostID()}
author!= author
description
|