RSS Feed - Full Content instead of Summary
enhancement
Hugo, by default, has its RSS set to `Summary`. Can you please update the RSS to spit out the full content?
How?
1. In `layouts/_default/rss.xml`
2. Replace `<description>{{ .Summary | transform.XMLEscape | safeHTML }}</description>` with the one below (or something similar)
3. `<description>{{ .Content | transform.XMLEscape | safeHTML }}</description>`
1 条评论