Add rss.xml to layouts/_default (#316)

* Add rss.xml to layouts/_default

* Add myself to CONTRIBUTORS.md

* Bump hugo version to fix rendering of RSS feed

* Use minimum working version of hugo

* Set base version to 0.57.0

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
This commit is contained in:
Utkarsh Gupta
2020-04-28 23:56:32 +05:30
committed by GitHub
parent a633a5257f
commit e89ad7bd49
4 changed files with 43 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ features = [
"single-column",
"syntax-highlighting"
]
min_version = "0.54"
min_version = "0.57"
[author]
name = "Luiz F. A. de Prá"