Skip to content

The credit where it's due release

Choose a tag to compare

@davep davep released this 24 May 07:40
· 157 commits to main since this release
77ac51b
  • Extended JSON-LD structured data to include an image fallback. If a post or page does not have a cover image, it now falls back to using the platform icons or the site logo, consistent with Open Graph and Twitter Card behaviour. (#523)
  • Added default_author_url configuration option and --default-author-url CLI argument to set a site-wide default URL for the author. (#524)
  • Added support for author_url in post and page frontmatter, which takes precedence over the site-wide default_author_url configuration setting. (#524)
  • Updated JSON-LD structured data to include the author's URL property when available. (#524)
  • Added show_author configuration option and frontmatter property to optionally display the author's name on posts. When enabled, the author's name appears below the date, linking to their URL (if provided). (#525)