Releases: artstorm/eleventy-plugin-seo
Releases · artstorm/eleventy-plugin-seo
0.5.2
• #28 Only adds page numbers to pagination size over 1. Thanks @daviddarnes.
• #32 Makes page numbers optional with a showPageNumbers
option. Thanks @aarongustafson.
•
0.5.1
- Added option
imageWithBaseUrl
to automatically prepend the site url to relative image paths for open graph, twitter card. (Thanks @marianoviola)
- Added option
twitterCardType
to be able to set summary_large_image
as type. (Thanks @scastiel)
0.5.0
- Implemented support for Nunjucks templating engine.
v0.4.3
- Implemented Twitter Card markup.
v0.4.2
- Implemented Open Graph markup.
v0.4.1
- Implemented meta author directive.
v0.4.0
- Added pagination to titles.
- Added appending of site title to page title meta.
- Implemented optional user settings to customize output behavior.
- Added customizable title divider.
- Added customizable title style
minimalistic
.
v0.3.3
- Implemented page title liquid tag.
- Implemented page description liquid tag.
v0.3.2
- Implemented robots meta directive.
v0.3.1
- Implemented
{% seo %}
tag.