Closed yinonov closed 4 years ago
Yes, you can do it. make it {{ .Params.Author }}
and set an author
in post frontmattes.
That means editing the theme’s code, which will harden the possibility for future updates of the sub module
Hey there, I have added this feature. now you don't have to edit the theme's code.
I'm trying to set name of author in frontmatters but it seems that author is only fetched from site params
{{ .Site.Params.Author }}
is there any way to override this in content pages?