Closed babadoctor closed 1 year ago
Hi babadoctor,
You can add {{ .Params.author }}
to:
and
Later I'd consider to introduce this feature. Thanks for your advice.
Hi Rise,
Adding {{ .Params.author }} to line 75 worked in adding the author to the bottom of each page, but for some reason adding it to line 28 did not add it to the post meta.
This is what my code looks like
It works for me.
Adding it to post-item-meta.html seems to fix it
Thanks rise!
If this is wrong somehow let me know
How can I add an author label to posts, which can be added by editing the front matter of a webpage? See attached pictures for what I had in mind.
Thank you