diff --git a/CHANGELOG.md b/CHANGELOG.md index b721971..08fac81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v1.1.0 +## 08/25/2015 + +1. [](#improved) + * Added blueprints for Grav Admin plugin +1. [](#bugfix) + * Taxonomy count fix + # v1.0.4 ## 05/09/2015 diff --git a/blueprints.yaml b/blueprints.yaml index 9ead472..cebcc4e 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Deliver -version: 1.0.4 +version: 1.1.0 description: "Deliver theme is a port of the Michael Reimer's Deliver Free PSD theme." icon: newspaper-o author: @@ -13,5 +13,16 @@ bugs: https://github.com/getgrav/grav-theme-deliver/issues license: MIT form: - validation: strict + validation: loose fields: + dropdown.enabled: + type: toggle + label: Dropdown in navbar + highlight: 1 + default: 0 + options: + 1: Enabled + 0: Disabled + validate: + type: bool + diff --git a/templates/partials/taxonomylist.html.twig b/templates/partials/taxonomylist.html.twig index 2361a6f..e614e3a 100644 --- a/templates/partials/taxonomylist.html.twig +++ b/templates/partials/taxonomylist.html.twig @@ -5,7 +5,7 @@