Using the built-in RSS template

Is there a way to set the description when using the built-in RSS template? I am talking about this one:

<channel>
<title>Example</title>
<link>https://example.com/</link>
<description>Recent content on Example</description>
<generator>Hugo</generator>

No. Roll your own based on this:
https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/rss.xml

1 Like