Fix rss
Fix https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/457
This commit is contained in:
parent
18524cd06e
commit
b4559bffdb
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,6 @@ theme = "hello-friend-ng"
|
||||||
PygmentsCodeFences = true
|
PygmentsCodeFences = true
|
||||||
PygmentsStyle = "monokai"
|
PygmentsStyle = "monokai"
|
||||||
|
|
||||||
rssLimit = 10 # Maximum number of items in the RSS feed.
|
|
||||||
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.
|
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.
|
||||||
|
|
||||||
archetypeDir = "archetypes"
|
archetypeDir = "archetypes"
|
||||||
|
@ -35,6 +34,10 @@ disableHugoGeneratorInject = false
|
||||||
path = 'page'
|
path = 'page'
|
||||||
|
|
||||||
[services]
|
[services]
|
||||||
|
[services.rss]
|
||||||
|
# Maximum number of items in the RSS feed.
|
||||||
|
limit = 42
|
||||||
|
|
||||||
# [services.disqus]
|
# [services.disqus]
|
||||||
# shortname = 'your-disqus-shortname'
|
# shortname = 'your-disqus-shortname'
|
||||||
# [services.googleAnalytics]
|
# [services.googleAnalytics]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue