chore(single.php): put only the title and content on the "article" tag
This commit is contained in:
parent
7037021187
commit
6cefb84c91
1 changed files with 34 additions and 35 deletions
|
@ -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; ?>
|
||||
|
|
Reference in a new issue