We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey :)
I have the following configuration in my posts:
--- title: "TITLE" author: "AUTHOR" date: 2024-08-26T15:46:53+02:00 draft: false --- **foo**
Our blog has multiple authors. Currently the author's name (AUTHOR) is not rendered.
AUTHOR
How can I fix this?
Thanks!
The text was updated successfully, but these errors were encountered:
Rendering author is not supported currently. I'll add such support.
Sorry, something went wrong.
21ec731
I add configuration for showing author (see https://github.com/tomowang/hugo-theme-tailwind/blob/main/exampleSite/config/_default/params.toml#L11). This is default set to false. You can set global author in site params as (name will be used)
[author] name = "Xiaoliang Wang" email = "user@example.com"
and author in post will overwrite the global one.
author
No branches or pull requests
Hey :)
I have the following configuration in my posts:
Our blog has multiple authors. Currently the author's name (
AUTHOR
) is not rendered.How can I fix this?
Thanks!
The text was updated successfully, but these errors were encountered: