mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix unclear RSS template docs
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.
This commit is contained in:
parent
bfcf95b9de
commit
85f4935dec
1 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ Hugo will use the following prioritized list. If a file isn’t present, then th
|
||||||
|
|
||||||
* /layouts/rss.xml
|
* /layouts/rss.xml
|
||||||
* /layouts/\_default/rss.xml
|
* /layouts/\_default/rss.xml
|
||||||
* \__internal/rss.xml
|
* [Embedded rss.xml](#the-embedded-rss-xml:eceb479b7b3b2077408a2878a29e1320)
|
||||||
|
|
||||||
### Section RSS
|
### 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
|
* /layouts/\_default/rss.xml
|
||||||
* /themes/`THEME`/layouts/section/`SECTION`.rss.xml
|
* /themes/`THEME`/layouts/section/`SECTION`.rss.xml
|
||||||
* /themes/`THEME`/layouts/\_default/rss.xml
|
* /themes/`THEME`/layouts/\_default/rss.xml
|
||||||
* \__internal/rss.xml
|
* [Embedded rss.xml](#the-embedded-rss-xml:eceb479b7b3b2077408a2878a29e1320)
|
||||||
|
|
||||||
### Taxonomy RSS
|
### 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
|
* /layouts/\_default/rss.xml
|
||||||
* /themes/`THEME`/layouts/taxonomy/`SINGULAR`.rss.xml
|
* /themes/`THEME`/layouts/taxonomy/`SINGULAR`.rss.xml
|
||||||
* /themes/`THEME`/layouts/\_default/rss.xml
|
* /themes/`THEME`/layouts/\_default/rss.xml
|
||||||
* \__internal/rss.xml
|
* [Embedded rss.xml](#the-embedded-rss-xml:eceb479b7b3b2077408a2878a29e1320)
|
||||||
|
|
||||||
|
|
||||||
## Configuring RSS
|
## Configuring RSS
|
||||||
|
|
Loading…
Reference in a new issue