From 8f167ac2b012301fef2c561628fcb2ffc2695a75 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Thu, 1 Jun 2023 16:07:36 +0800 Subject: [PATCH] Add view content. --- themes/default/home.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/home.blade.php b/themes/default/home.blade.php index 4af8d1b6..7d8e1d2f 100644 --- a/themes/default/home.blade.php +++ b/themes/default/home.blade.php @@ -4,13 +4,13 @@
- @hook('footer.modules.before') + @hook('home.modules.before') @foreach($modules as $module) @include($module['view_path'], $module) @endforeach - @hook('footer.modules.after') + @hook('home.modules.after')