this PR allows the theme to be used without an "explicit author management".
So you could still use it as before (having multiple authors, dedicated author pages and specify a posts author as .Params.Author), but you could also ignore all of that and just rely on the global Params.Author.
Hi,
this PR allows the theme to be used without an "explicit author management".
So you could still use it as before (having multiple authors, dedicated author pages and specify a posts author as
.Params.Author
), but you could also ignore all of that and just rely on the globalParams.Author
.What do you think about this?