|
|
@ -78,7 +78,10 @@ class Render
|
|
|
|
|
|
|
|
|
|
|
|
$layout = $page["layout"];
|
|
|
|
$layout = $page["layout"];
|
|
|
|
//new pages have no layout, so defautl for now
|
|
|
|
//new pages have no layout, so defautl for now
|
|
|
|
$layout = "page";
|
|
|
|
if ($layout == "" || $layout == null) {
|
|
|
|
|
|
|
|
$layout = "page";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$template = $this->theme . "/" . $layout . ".twig";
|
|
|
|
$template = $this->theme . "/" . $layout . ".twig";
|
|
|
|
if (str_contains($page["layout"], "index")) {
|
|
|
|
if (str_contains($page["layout"], "index")) {
|
|
|
|
$location = "../public/index.html";
|
|
|
|
$location = "../public/index.html";
|
|
|
|