Releases: Sommerregen/grav-plugin-themer
Releases · Sommerregen/grav-plugin-themer
Grav Plugin Themer v1.1.0
Improved:
- Released stable version (requires Grav v1.1.0+)
Grav Plugin Themer v1.1.0-beta.1
Grav Plugin Themer v1.0.3
Improved:
- Disable
TraceableTwigEnvironment
for Grav v0.9.43+ by default and added backwards-compatibility check #2 (TraceableTwigEnvironment not found)
Grav Plugin Themer v1.0.2
Improved:
- Added blueprints for Grav Admin plugin
Bugfix:
- Fixed
DebugBarException
("twig" is not a registered collector)
Grav Plugin Themer v1.0.1
Bugfix:
- Fixed missing Twig update routines
Grav Plugin Themer v1.0.0
This plugin enables you use different themes on one site individual set per page or collection.
Table of Contents:
About
With Themer
you will get the freedom to change the theme by setting the theme
variable in the header of a page or collection:
theme: my-theme
Theme variables are being inherited from parent pages. Thus without any doing, pages from collections are automatically styled with the same theme. Further you have the possibility to reset the theme to the default value (defined in the system.yaml
configuration) by finally using the command
theme: @default