primer-css
released this
17 Jan 17:13
·
11 commits
to main
since this release
Patch Changes
-
#8
fd7f838
Thanks @rezrah! - Added OpenGraph tags for improved social sharing experience. -
#8
0d0879b
Thanks @rezrah! - Enabled related content navigation usingkeywords
andrelated
properties in Markdown frontmatter.Example:
--- title: Page A keywords: ['keyword', 'another keyword'] --- --- title: Page B keywords: ['keyword', 'another keyword'] ---
The matching keyword values above across both pages, will enable automatic related content navigation between the two pages.
or using the
related
property:--- related: [{title: External link example, href: https://example.com}] ---
-
#8
fd7f838
Thanks @rezrah! - Fixed accessibility violations arising from duplicate landmarks and missing aria labels.