Clean up language a bit around Configuring RSS entries

This closes #9 and closes rdwatters/hugo-docs-concept#150
This commit is contained in:
Ryan Watters
2017-06-20 15:35:41 -05:00
committed by Anthony Fok
parent 0671aed5b6
commit ed40185e0a
+2 -2
View File
@@ -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 sites 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/
[section]: /content-management/sections/