From b4559bffdbc2d7a682073ab77e5ea1670a929642 Mon Sep 17 00:00:00 2001 From: Djordje Atlialp Date: Fri, 18 Oct 2024 00:37:11 +0200 Subject: [PATCH] Fix rss Fix https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/457 --- exampleSite/config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index aed76b8..f28becc 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -6,7 +6,6 @@ theme = "hello-friend-ng" PygmentsCodeFences = true 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. archetypeDir = "archetypes" @@ -35,6 +34,10 @@ disableHugoGeneratorInject = false path = 'page' [services] + [services.rss] + # Maximum number of items in the RSS feed. + limit = 42 + # [services.disqus] # shortname = 'your-disqus-shortname' # [services.googleAnalytics]