I set up a new site with config.toml based on the themes/indigo/config.toml.example file. With that I find that the meta element for "author" has an empty value in the generated pages:
<meta name="author" content="">
If I add an AuthorName parameter to config.toml in the [params] section then the above element gets that value as its content
It seems wrong to require the author name to be defined as both the Author parameter and the AuthorName parameter. Can those be combined into one parameter?
I set up a new site with config.toml based on the themes/indigo/config.toml.example file. With that I find that the meta element for "author" has an empty value in the generated pages:
If I add an
AuthorName
parameter to config.toml in the[params]
section then the above element gets that value as its contentIt seems wrong to require the author name to be defined as both the
Author
parameter and theAuthorName
parameter. Can those be combined into one parameter?