The admin release
What's Changed
- Added
aria-labelattributes 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
draftscommand line command to list the paths of all posts marked as being a draft. (#539) - Added a
links dumpcommand line command to dump all external links found in posts in CSV format. (#540) - Added a
links checksubcommand to check the reachability of external links in blog posts. (#541)
Full Changelog: v2.29.0...v2.30.0