From ed40185e0aafbf4feed11ca8781a4e53aa190935 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Tue, 20 Jun 2017 15:35:41 -0500 Subject: [PATCH] Clean up language a bit around Configuring RSS entries This closes #9 and closes rdwatters/hugo-docs-concept#150 --- content/templates/rss.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/templates/rss.md b/content/templates/rss.md index 9aaf47d26..402247183 100644 --- a/content/templates/rss.md +++ b/content/templates/rss.md @@ -65,7 +65,7 @@ Hugo provides the ability for you to define any RSS type you wish and can have d ## Configuring RSS -By default, Hugo will create an unlimited number of RSS entries. You can limit this number via the `rssLimit:` field in your project's [`config` file][config]. +By default, Hugo will create an unlimited number of RSS entries. You can limit the number of articles included in the built-in RSS templates by assigning a numeric value to `rssLimit:` field in your project's [`config` file][config]. The following values will also be included in the RSS output if specified in your site’s configuration: @@ -139,4 +139,4 @@ If you reference your RSS link, be sure to specify the MIME type with `type="app [config]: /getting-started/configuration/ [embedded]: #the-embedded-rss-xml [RSS 2.0]: http://cyber.law.harvard.edu/rss/rss.html "RSS 2.0 Specification" -[section]: /content-management/sections/ \ No newline at end of file +[section]: /content-management/sections/