Skip to content

Releases: Sommerregen/grav-plugin-themer

Grav Plugin Themer v1.1.0

20 Jul 09:45
Compare
Choose a tag to compare

Improved:

  • Released stable version (requires Grav v1.1.0+)

Grav Plugin Themer v1.1.0-beta.1

24 Jun 17:29
Compare
Choose a tag to compare
Pre-release

New:

  • Added blueprints to select the template of a page

Improved:

  • Added French translations #3 (:fr: proposal)
  • Removed deprecated code (requires Grav v0.9.43+ now)
  • Code now fully complies with the PSR 0/2 coding standard

Grav Plugin Themer v1.0.3

16 Oct 18:15
Compare
Choose a tag to compare

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

08 Sep 17:59
Compare
Choose a tag to compare

Improved:

  • Added blueprints for Grav Admin plugin

Bugfix:

  • Fixed DebugBarException ("twig" is not a registered collector)

Grav Plugin Themer v1.0.1

21 Aug 19:43
Compare
Choose a tag to compare

Bugfix:

  • Fixed missing Twig update routines

Grav Plugin Themer v1.0.0

20 Aug 19:43
Compare
Choose a tag to compare

Release Issues Dual license Flattr PayPal

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

Screenshot Themer Plugin