Fix page stylesheet #57
This commit is contained in:
parent
b01d2933e3
commit
4c87241003
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ class Page
|
|||
$stylesheet_page = 'src/assets/css/' . $this->name . '.css';
|
||||
|
||||
if (file_exists($stylesheet_page)) {
|
||||
$this->stylesheets[] = array('page' => $stylesheet_page);
|
||||
$this->stylesheets['page'] = $stylesheet_page;
|
||||
}
|
||||
|
||||
foreach ($this->stylesheets as $stylesheet_filepath) {
|
||||
|
|
Loading…
Reference in a new issue