Unescape post titles

This commit is contained in:
Matt Mirus
2018-12-31 16:06:17 -05:00
parent 0cb6bf2a89
commit 3b36eb5b41
3 changed files with 3 additions and 3 deletions

View File

@@ -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">