diff --git a/resources/views/partials/content-search.blade.php b/resources/views/partials/content-search.blade.php index d1a0dd33..4711c462 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 43597cfd..8d498119 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 5035e816..bd911fd6 100644 --- a/resources/views/partials/content.blade.php +++ b/resources/views/partials/content.blade.php @@ -1,6 +1,6 @@