Skip to content

Commit

Permalink
Merge pull request #68 from Xerkus/hotfix/template-layout-reference
Browse files Browse the repository at this point in the history
Fix wrong layout name in the template
  • Loading branch information
Xerkus authored Jun 11, 2024
2 parents 39a4783 + c1b7433 commit 12fe619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/app/home-page.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ declare(strict_types=1);
* @var League\Plates\Template\Template $this
*/

$this->layout('layout::default', ['redirect' => true]);
$this->layout('layout::layout', ['redirect' => true]);
?>

<div class="row">
Expand Down

0 comments on commit 12fe619

Please sign in to comment.