-
I checked the template files. The tags are enclosed this way:
How to setup the "authors" key in the config file? I couldn't figure it out. No matter how you setup I tried: authors:
Me:
twitter: twitter handle |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You're not alone. This is what I find out: it was a variable made available in Hugo but was never finished 100%. It was removed from the documentation and a new proposal was made for how to implement it. So, your experience is correct. It just never rendered, no matter how you set it up. It also gave no obvious errors relating to authors. https://discourse.gohugo.io/t/site-author-usage/31459/15 Current PaperMod has it also removed. If you do like to have it, a single author is easy. See link above for some examples. |
Beta Was this translation helpful? Give feedback.
You're not alone. This is what I find out: it was a variable made available in Hugo but was never finished 100%. It was removed from the documentation and a new proposal was made for how to implement it. So, your experience is correct. It just never rendered, no matter how you set it up. It also gave no obvious errors relating to authors. https://discourse.gohugo.io/t/site-author-usage/31459/15
Current PaperMod has it also removed. If you do like to have it, a single author is easy. See link above for some examples.