Hey folks,
I am struggling a bit with RSS. It doesn’t include the author field.
My toml includes
[author]
name = "Cesare Rocchi"
Is there anything I am missing?
RSS here for reference: http://upbeat.it/atom.xml
Full toml here:
languageCode = "en-us"
contentdir = "content"
publishdir = "public"
builddrafts = false
baseUrl = "http://upbeat.it/"
canonifyurls = true
title = "upbeat.it"
theme = "heather"
rssuri = "atom.xml"
[author]
name = "Cesare Rocchi"
[params]
description = "A blog written by Cesare Rocchi"
search_engine = true
paginate = true
[permalinks]
post = "/:year/:month/:day/:title/"