From ed273c48153a5377d375cf4d737c025b7150ac01 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 15 Sep 2024 15:29:42 +0400 Subject: [PATCH] Fixed RSS. --- web/rss.templ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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("