victoriadrake / hugo-theme-introduction

Minimal, single page, smooth-scrolling theme for Hugo static site generator.
https://hugo-introduction.netlify.com/
Apache License 2.0
672 stars 264 forks source link

Add support for multiple authors per post #328

Closed victoriadrake closed 2 years ago

victoriadrake commented 2 years ago

Extends #322. This change may break existing posts that have this line in their front matter:

author: Author's Name

Introduction now displays multiple authors in a post, if there are any. To show a single author, use this format:

author: ["Author's Name"]

For multiple authors:

author: ["Author's Name", "Another Author's Name"]

If you omit the author parameter, no byline will be shown.