Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upNeed option to use full content in rss.xml #4071
Comments
bep
added
the
Wish
label
Nov 10, 2017
This comment has been minimized.
This comment has been minimized.
paskal
commented
Dec 10, 2017
•
Seems like adding whole content to summary does the trick, however it's a shame I have to make post summary-less to have it added to RSS properly (with full content). |
This comment has been minimized.
This comment has been minimized.
stale
bot
commented
Mar 10, 2018
This issue has been automatically marked as stale because it has not had recent activity. The resources of the Hugo team are limited, and so we are asking for your help. |
stale
bot
added
the
Stale
label
Mar 10, 2018
This comment has been minimized.
This comment has been minimized.
#4242 is an issue proposing a solution to this. |
stale
bot
removed
the
Stale
label
Mar 11, 2018
This comment has been minimized.
This comment has been minimized.
stale
bot
commented
Jul 9, 2018
This issue has been automatically marked as stale because it has not had recent activity. The resources of the Hugo team are limited, and so we are asking for your help. |
stale
bot
added
the
Stale
label
Jul 9, 2018
This comment has been minimized.
This comment has been minimized.
matrixik
commented
Jul 9, 2018
Stale bot, please, don't close this issue. |
stale
bot
removed
the
Stale
label
Jul 9, 2018
moorereason
added
the
Keep
label
Jul 10, 2018
This comment has been minimized.
This comment has been minimized.
jakewies
commented
Aug 1, 2018
Be gone Stale bot! Be gone! |
tobinjt
referenced this issue
Nov 5, 2018
Closed
Add an option to have the full contents of posts in the RSS feed #5002
This comment has been minimized.
This comment has been minimized.
bigblind
commented
Nov 5, 2018
+1 for implementing this. |
rayjohnson commentedNov 10, 2017
The default rss.xml template uses .Summary for the content of each item. If you want to use the full content instead you have to override the entire template. It would be nice to have an option one can set int he config.toml to control if .Summary or .Content is used.