diff --git a/system/src/Grav/Common/Page/Page.php b/system/src/Grav/Common/Page/Page.php index 208bf03ec..6eb7ba428 100644 --- a/system/src/Grav/Common/Page/Page.php +++ b/system/src/Grav/Common/Page/Page.php @@ -731,7 +731,7 @@ class Page implements PageInterface ); $twig_first = $this->header->twig_first ?? $config->get( 'system.pages.twig_first', - true + false ); // never cache twig means it's always run after content