I tried generating sitemaps and rss.xml and it works, except for a small issue. The rss file’s title is populated, whereas the description is an empty tag.
I am not using any custom rss.xml template in _default as of now.
Here is a portion of the rss, where the description is empty.
<item>
<title>
title goes here
</title>
<link>/al/pineola/</link>
<pubDate>Sat, 11 Jan 2020 00:14:04 +0530</pubDate>
<guid>/al/pineola/</guid>
<description/>
</item>
Please help me find out the issue.
PS: The sites meta description tag is correctly populated with the appropriate content. I assumed if the title tag in rss comes from the title tag from header, then so would description too.