diff --git a/resources/views/partials/content-search.blade.php b/resources/views/partials/content-search.blade.php index d1a0dd3..4711c46 100644 --- a/resources/views/partials/content-search.blade.php +++ b/resources/views/partials/content-search.blade.php @@ -1,6 +1,6 @@
-

{{ get_the_title() }}

+

{!! get_the_title() !!}

@if (get_post_type() === 'post') @include('partials/entry-meta') @endif diff --git a/resources/views/partials/content-single.blade.php b/resources/views/partials/content-single.blade.php index 43597cf..8d49811 100644 --- a/resources/views/partials/content-single.blade.php +++ b/resources/views/partials/content-single.blade.php @@ -1,6 +1,6 @@
-

{{ get_the_title() }}

+

{!! get_the_title() !!}

@include('partials/entry-meta')
diff --git a/resources/views/partials/content.blade.php b/resources/views/partials/content.blade.php index 5035e81..bd911fd 100644 --- a/resources/views/partials/content.blade.php +++ b/resources/views/partials/content.blade.php @@ -1,6 +1,6 @@