enabled page plugins by default as these are not called when cached

This commit is contained in:
Andy Miller
2014-08-23 06:54:13 -06:00
parent ca519dd5c4
commit a5a97b5396
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ pages:
markdown: true # Process Markdown
twig: false # Process Twig
events:
page: false # Enable page level events
page: true # Enable page level events
twig: true # Enable twig level events
cache:

View File

@@ -8,7 +8,7 @@ pages:
markdown: true
twig: false
events:
page: false
page: true
twig: true
cache: