From 77acdcdb620691ca65fa2fc4b916a3d7883bbcaf Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sat, 25 Nov 2023 07:35:07 -0800 Subject: [PATCH] Remove rssLimit from root config documentation See https://gohugo.io/templates/rss/#configuration --- content/en/getting-started/configuration.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index de9b833de..2ab5450f3 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -431,12 +431,6 @@ Removes [non-spacing marks](https://www.compart.com/en/unicode/category/Mn) from content/post/hügó.md → https://example.org/post/hugo/ ``` -### rssLimit - -**Default value:** -1 (unlimited) - -Maximum number of items in the RSS feed. - ### sectionPagesMenu See [Menus](/content-management/menus/#define-automatically).