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}}