ITADN

RSS Feed - Full Content instead of Summary

#177Openbrajeshwar 创建于 2026-01-04
enhancement
B
brajeshwarcommented
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 条评论