When there is an author on `marmite.yaml` ```yaml authors: rochacbruno: ... ``` If not specified on articles, and `default_author: rochacbruno` is set, all articles will assume that author. Change on `get_authors` function.
When there is an author on
marmite.yamlIf not specified on articles, and
default_author: rochacbrunois set, all articles will assume that author.Change on
get_authorsfunction.