From 20897054968086127b7f849ad68255e614006e80 Mon Sep 17 00:00:00 2001 From: Rawley Fowler Date: Mon, 9 May 2022 18:28:53 -0600 Subject: [PATCH] fixed rss feed --- templates/rss.tmpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/rss.tmpl b/templates/rss.tmpl index 305231a..2b58cf2 100644 --- a/templates/rss.tmpl +++ b/templates/rss.tmpl @@ -14,14 +14,14 @@ 150 150 + {{range $post := .}} + + {{$post.Title}} + {{$post.Date}} + https://rawley.xyz/blog/post/{{$post.Url}} + {{$post.Title}} + rawleyfowler@gmail.com + + {{end}} - {{range $post := .}} - - {{$post.Title}} - {{$post.Date}} - https://rawley.xyz/blog/post/{{$post.Url}} - {{$post.Title}} - rawleyfowler@gmail.com - - {{end}}