Skip to content

The admin release

Choose a tag to compare

@davep davep released this 26 May 19:18
· 132 commits to main since this release
6b79334

What's Changed

  • Added aria-label attributes to category and tag links in default and example templates to improve accessibility for screen reader users by preventing identical link text (e.g., "AI" and "AI") with different destinations. (#533)
  • Added a related posts system. (#538)
  • Added a drafts command line command to list the paths of all posts marked as being a draft. (#539)
  • Added a links dump command line command to dump all external links found in posts in CSV format. (#540)
  • Added a links check subcommand to check the reachability of external links in blog posts. (#541)

Full Changelog: v2.29.0...v2.30.0