Skip to content

How can I enable the full article in rss feed instead of excerpt? #401

Answered by razonyang
Natenom asked this question in Q&A
Discussion options

You must be logged in to vote

This theme use the default RSS template. You'll need to create your own RSS template(layouts/_default/rss.xml). And modify the <description>{{ .Summary | html }}</description> to <description>{{ .Content| html }}</description>.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Natenom
Comment options

Answer selected by Natenom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants