← All releases

v0.6.0

new

Previous/next article navigation for blog posts

Previous / Next Article Navigation

  • Post pages now include prev_post and next_post template variables linking to adjacent articles in the same collection
  • Adjacent posts are computed per language, so multilingual sites link within the same language
  • Date-based collections link chronologically (newer/older); weight-based collections follow sort order
  • Default post.html template renders a minimal prev/next nav section
  • Custom templates can use prev_post.title, prev_post.url, prev_post.date, and prev_post.description (same fields on next_post)
  • New i18n keys t.prev_post and t.next_post for translatable labels