2021: rm comments-are-disabled

This commit is contained in:
Vasil Kolev 2021-07-21 18:25:56 +03:00 committed by Ivaylo Markov
parent a231a3c8c1
commit 0b11777948
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
<div class="col-left">
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'entry' ); ?>
<?php comments_template(); ?>
<?php endwhile; endif; ?>
<?php get_template_part( 'nav', 'below' ); ?>
</div>