mirror of
https://github.com/getgrav/grav.git
synced 2026-07-13 18:22:33 +02:00
Merge branch 'develop' of github.com:getgrav/grav into develop
This commit is contained in:
@@ -137,7 +137,7 @@ class Page implements PageInterface
|
||||
$this->metadata();
|
||||
$this->url();
|
||||
$this->visible();
|
||||
$this->modularTwig($this->slug[0] === '_');
|
||||
$this->modularTwig(strpos($this->slug(), '_') === 0);
|
||||
$this->setPublishState();
|
||||
$this->published();
|
||||
$this->urlExtension();
|
||||
|
||||
Reference in New Issue
Block a user