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/