Unescape post titles
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<article @php post_class() @endphp>
|
||||
<header>
|
||||
<h1 class="entry-title">{{ get_the_title() }}</h1>
|
||||
<h1 class="entry-title">{!! get_the_title() !!}</h1>
|
||||
@include('partials/entry-meta')
|
||||
</header>
|
||||
<div class="entry-content">
|
||||
|
||||
Reference in New Issue
Block a user