diff --git a/web/rss.templ b/web/rss.templ
index 5e8efe5..b3b1aa0 100644
--- a/web/rss.templ
+++ b/web/rss.templ
@@ -14,14 +14,14 @@ templ RSS(host, author string, posts []mindflow.Post, r *http.Request) {
Arav's dwelling
What's going on with me and my machines.
en-gb
- { host }
+ { host }@templ.Raw("")
for _, post := range posts {
-
{ post.Title }
{ post.Category.Name }
{ post.PostID() }
{ util.ToClientTimezone(post.Date, r).Format(time.RFC1123Z) }
- { post.PostURL(r.Host, true) }
+ { post.PostURL(r.Host, true) }@templ.Raw("")
{ author }
@templ.Raw("