Fix unclear RSS template docs
authorClam- <clam@nyanya.org>
Fri, 17 Jul 2015 13:29:58 +0000 (23:29 +1000)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 19 Jul 2015 17:40:34 +0000 (19:40 +0200)
The documentation for the RSS templating is a little unclear.
http://gohugo.io/templates/rss/

Some users may attempt to look for a ```__internal``` directory rather than assume that's the aforementioned "Hugo own template."

Here's my suggestion.

docs/content/templates/rss.md

index 2d5d9bee52eded4fa69ce077b56418cdf8f80fd0..53c023c2acb757a7623d014f8a65dc7ce02f42a3 100644 (file)
@@ -29,7 +29,7 @@ Hugo will use the following prioritized list. If a file isn’t present, then th
 
 * /layouts/rss.xml
 * /layouts/\_default/rss.xml
-* \__internal/rss.xml
+* [Embedded rss.xml](#the-embedded-rss-xml:eceb479b7b3b2077408a2878a29e1320)
 
 ### Section RSS
 
@@ -37,7 +37,7 @@ Hugo will use the following prioritized list. If a file isn’t present, then th
 * /layouts/\_default/rss.xml
 * /themes/`THEME`/layouts/section/`SECTION`.rss.xml
 * /themes/`THEME`/layouts/\_default/rss.xml
-* \__internal/rss.xml
+* [Embedded rss.xml](#the-embedded-rss-xml:eceb479b7b3b2077408a2878a29e1320)
 
 ### Taxonomy RSS
 
@@ -45,7 +45,7 @@ Hugo will use the following prioritized list. If a file isn’t present, then th
 * /layouts/\_default/rss.xml
 * /themes/`THEME`/layouts/taxonomy/`SINGULAR`.rss.xml
 * /themes/`THEME`/layouts/\_default/rss.xml
-* \__internal/rss.xml
+* [Embedded rss.xml](#the-embedded-rss-xml:eceb479b7b3b2077408a2878a29e1320)
 
 
 ## Configuring RSS