template fix and test
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
This commit is contained in:
@ -11,7 +11,7 @@ class Home extends Page
|
||||
|
||||
function index()
|
||||
{
|
||||
$this->set('template', "home.mustache");
|
||||
$this->set('template', "home.html");
|
||||
return $this->renderPagecontent();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user