feat: plural authors #1

Merged
mvdkleijn merged 2 commits from feat/plural-authors into main 2026-09-27 20:13:21 +02:00
Owner
No description provided.
Hugo builds the `author` taxonomy from a plural `authors` list, but every
layout read the singular `.Params.author`. Posts therefore rendered a
byline while `/authors/` stayed empty and no author page listed any post.

Add a `post/authors.html` partial that normalises `authors` (list) and
`author` (string) into one slice, so the singular key keeps working for
existing sites. Use it for the byline, the author box, JSON-LD, Open
Graph and RSS. JSON-LD `author` is now an array so co-authors fit.
mvdkleijn deleted branch feat/plural-authors 2026-09-27 20:13:22 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
opencommit/oc-hugo-theme!1
No description provided.