diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e63a11..6a6c27bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ 1. [](#improved) * Admin form fields improvements for `selectize` and `editor` field [#1083](https://github.com/getgrav/grav-plugin-admin/pull/1083) + * `base.html.twig` now extends `base-root.html.twig` 1. [](#bugfix) * Fixed issue with tab widths on Pages overlapping non-english toggle switch [#1089](https://github.com/getgrav/grav-plugin-admin/issues/1089) * Added `vendor` to ignores for direct install of Grav @@ -43,7 +44,7 @@ 1. [](#bugfix) * Fixed issue with parent not working with custom slug [#1068](https://github.com/getgrav/grav-plugin-admin/issues/1068) * Fixed issue with new page modal not remembering last choice [#1072](https://github.com/getgrav/grav-plugin-admin/issues/1072) - + # v1.3.3 ## 04/12/2017 diff --git a/themes/grav/templates/partials/base-root.html.twig b/themes/grav/templates/partials/base-root.html.twig new file mode 100644 index 00000000..b4b9f179 --- /dev/null +++ b/themes/grav/templates/partials/base-root.html.twig @@ -0,0 +1,104 @@ +{% if uri.extension() == 'json' %}{% include 'default.json.twig' %}{% else %} + + +
+ {% block head %} + +