Improved RSS template

This commit is contained in:
Caio Lente 2023-10-17 15:41:36 -03:00
parent 77893ccf46
commit bf804a0814
No known key found for this signature in database
GPG key ID: E66D381776EFC03A
4 changed files with 45 additions and 5 deletions

View file

@ -33,7 +33,6 @@ enableRobotsTXT = true
LanguageCode = "en-US"
contentDir = "content"
[languages.en.params]
blogPath = "blog" # Path to your blog section (used by RSS)
madeWith = "Made with [Bear Cub](https://github.com/clente/hugo-bearcub)"
[languages.pt]
title = "Bear Cub"
@ -41,7 +40,6 @@ enableRobotsTXT = true
LanguageCode = "pt-BR"
contentDir = "content.pt"
[languages.pt.params]
blogPath = "blog" # Path to your blog section (used by RSS)
madeWith = "Feito com [Bear Cub](https://github.com/clente/hugo-bearcub)"
[params]