You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)