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 display/hide date in metadata #306

Closed welpo closed 2 months ago

welpo commented 2 months ago

Summary

Adds show_date option to display/hide the date on pages. It follows the hierarchy.

Changes

Besides adding the option, this PR also adds logic to conditionally show the $SEPARATOR in the metadata. This avoids situations where the first element shown is the separator (e.g. hiding the date but showing reading time).

Related issue

Resolves #302.

Type of change


Checklist