welpo / tabi

A modern Zola theme with search, multilingual support, optional JavaScript, a perfect Lighthouse score, and a focus on accessibility.
https://welpo.github.io/tabi/
MIT License
97 stars 32 forks source link

✨ feat: add option to show author in post metadata #322

Closed welpo closed 1 month ago

welpo commented 1 month ago

Summary

Adds show_author configuration option. This will display the authors set on authors = [] in the front matter of the post. If this is not available, it will fall back to author = ""in config.toml.

Related issue

Resolves #319.

Changes

Accessibility

Uses semantic HTML.

Screenshots

Screenshot

Type of change


Checklist