chore(single.php): put only the title and content on the "article" tag

This commit is contained in:
Kazhnuz Klappsthul 2021-01-03 09:11:45 +01:00
parent 7037021187
commit 6cefb84c91
1 changed files with 34 additions and 35 deletions

View File

@ -20,6 +20,7 @@
<div class="article-entry">
<?php the_content(); ?>
</div>
</article>
<section class="card card-noheader">
<div class="author-area">
@ -55,8 +56,6 @@
</div>
</section>
</article>
<?php comments_template(); ?>
<?php endwhile; ?>