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
112 stars 36 forks source link

✨ feat: adjust width of prev/next link section #248

Closed welpo closed 9 months ago

welpo commented 9 months ago

Summary

Allows setting the width of the previous/next article added in #246.

Related issue

Navigation feature was added in #246. This configuration feature was requested in #247.

Changes

Setting previous_next_article_links_full_width = false will make the navigation section for previous/next article matche article width, instead of the full width of the navigation bar at the top. Defaults to true.

This setting also follows the hierarchy.

Accessibility

Unaffected.

Screenshots

previous_next_article_links_full_width = false:

Type of change


Checklist