diff --git a/CHANGELOG.md b/CHANGELOG.md index a31b6e1..fb9bef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.1.1 +## 01/04/2019 + +1. [](#improved) + * Pick existing page for path + # v0.1.0 ## 08/12/2018 diff --git a/blueprints.yaml b/blueprints.yaml index 7af2634..b425c61 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Rel Me -version: 0.1.0 +version: 0.1.1 description: 'Add rel="me" links to your website.' icon: plug author: @@ -9,7 +9,7 @@ homepage: https://github.com/metbril/grav-plugin-relme demo: http://demo.yoursite.com keywords: grav, plugin, social, link, indieweb bugs: https://github.com/metbril/grav-plugin-relme/issues -docs: https://github.com/metbril/grav-plugin-relme/blob/develop/README.md +docs: https://github.com/metbril/grav-plugin-relme/blob/master/README.md license: MIT form: @@ -26,7 +26,7 @@ form: validate: type: bool path: - type: text + type: pages size: medium label: PLUGIN_RELME.PATH_LABEL help: PLUGIN_RELME.PATH_HELP