Fix typo. Missing php

This commit is contained in:
Markus Ankenbrand 2016-09-12 22:28:58 +02:00
parent ac6f97f1e2
commit 2665e95862

View file

@ -37,7 +37,7 @@
<h1 class="post-title"><?php the_title(); ?></h1>
<?php if(get_the_category()[0]->name == 'Tagebuch') : ?>
<p class="post-date">by <?php the_author(); ?></p>
<? endif; ?>
<?php endif; ?>
</div>