feat(rss): add RSS template
fix: hidden post being shown in RSS output feat: add config to output full content in RSS
This commit is contained in:
@@ -13,6 +13,7 @@ DefaultContentLanguage = "en" # Theme i18n support
|
||||
[params]
|
||||
mainSections = ["post"]
|
||||
featuredImageField = "image"
|
||||
rssFullContent = true
|
||||
[params.dateFormat]
|
||||
published = "Jan 02, 2006"
|
||||
lastUpdated = "Jan 02, 2006 15:04 MST"
|
||||
|
||||
Reference in New Issue
Block a user