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:
Cameron Little 2020-05-26 20:05:50 +02:00 committed by Bjørn Erik Pedersen
parent 3db79d4331
commit 5bcec88a3a

View File

@ -29,7 +29,7 @@ RSS pages are of the type `Page` and have all the [page variables](/variables/pa
### Section RSS ### Section RSS
A [sections][section] RSS will be rendered at `/<SECTION>/index.xml` (e.g., https://spf13.com/project/index.xml). A [sections][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. Hugo provides the ability for you to define any RSS type you wish and can have different RSS files for each section and taxonomy.