Fixing Hugo Site.Author error
Thanks to Michal Vyskocil for this helpful hint by running into this a few months before I did today.
Fixed my own hugo.toml
thusly:
-[author]
-name = "Miles Davis"
-email = "[email protected]"
[params]
name = "Miles Davis"
email = "[email protected]"