mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 17:34:50 -04:00
Fix broken link in RSS templates page
The trailing ) was being included in the parsed link, leading to it being `https://spf13.com/project/index.xml)` instead of `https://spf13.com/project/index.xml`.
This commit is contained in:
parent
3db79d4331
commit
5bcec88a3a
@ -29,7 +29,7 @@ RSS pages are of the type `Page` and have all the [page variables](/variables/pa
|
||||
|
||||
### Section RSS
|
||||
|
||||
A [section’s][section] RSS will be rendered at `/<SECTION>/index.xml` (e.g., https://spf13.com/project/index.xml).
|
||||
A [section’s][section] RSS will be rendered at `/<SECTION>/index.xml` (e.g., [https://spf13.com/project/index.xml](https://spf13.com/project/index.xml)).
|
||||
|
||||
Hugo provides the ability for you to define any RSS type you wish and can have different RSS files for each section and taxonomy.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user