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 previous/next article navigation #246

Closed welpo closed 6 months ago

welpo commented 6 months ago

Summary

Adds the feature "Previous and Next Article Links" to display navigation links at the bottom of posts for moving to the previous or next article. This setting follows the settings hierarchy, meaning it can be set in the post, section or entire config.toml level.

Related issue

Resolves #244.

Accessibility

Uses semantic HTML and the contrast is the same as the rest of tabi.

Screenshots

show_previous_next_article_links_light

Type of change


Checklist

Acknowledgements

The logic for this feature was inspired by the Abridge theme.