fixed xml &

This commit is contained in:
2022-05-08 19:32:01 -06:00
parent b18c571e50
commit fa1b95a7dd
2 changed files with 6 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
<title>{{$post.Title}}</title>
<pubDate>{{$post.Date}}</pubDate>
<link>https://rawley.xyz/blog/post/{{$post.Url}}</link>
<description></description>
<description>{{$post.Title}}</description>
<author>rawleyfowler@gmail.com</author>
</item>
{{end}}