fixed rss feed

This commit is contained in:
2022-05-09 18:28:53 -06:00
parent 2c3787d3f0
commit 2089705496

View File

@@ -14,14 +14,14 @@
<width>150</width> <width>150</width>
<height>150</height> <height>150</height>
</image> </image>
{{range $post := .}}
<item>
<title>{{$post.Title}}</title>
<pubDate>{{$post.Date}}</pubDate>
<link>https://rawley.xyz/blog/post/{{$post.Url}}</link>
<description>{{$post.Title}}</description>
<author>rawleyfowler@gmail.com</author>
</item>
{{end}}
</channel> </channel>
{{range $post := .}}
<item>
<title>{{$post.Title}}</title>
<pubDate>{{$post.Date}}</pubDate>
<link>https://rawley.xyz/blog/post/{{$post.Url}}</link>
<description>{{$post.Title}}</description>
<author>rawleyfowler@gmail.com</author>
</item>
{{end}}
</rss> </rss>