diff --git a/templates/index.blade.php b/templates/index.blade.php
index 869ed6f..bb3ef90 100644
--- a/templates/index.blade.php
+++ b/templates/index.blade.php
@@ -10,7 +10,7 @@
{!! get_search_form(false) !!}
@endif
- @while (have_posts()) @php the_post() @endphp
+ @while (have_posts()) @php(the_post())
@include ('partials.content-'.(get_post_type() !== 'post' ? get_post_type() : get_post_format()))
@endwhile
diff --git a/templates/layouts/base.blade.php b/templates/layouts/base.blade.php
index dbde60f..d4706fb 100644
--- a/templates/layouts/base.blade.php
+++ b/templates/layouts/base.blade.php
@@ -1,13 +1,13 @@
-
+
@include('partials.head')
-
+
- @php do_action('get_header') @endphp
+ @php(do_action('get_header'))
@include('partials.header')
']) !!}
diff --git a/templates/partials/content-search.blade.php b/templates/partials/content-search.blade.php
index d1a0dd3..c051058 100644
--- a/templates/partials/content-search.blade.php
+++ b/templates/partials/content-search.blade.php
@@ -1,4 +1,4 @@
-