removing unecessary spaces

This commit is contained in:
Antoine M 2023-11-30 19:41:34 +01:00
parent e97313ede7
commit f96868b75e

View File

@ -7,13 +7,9 @@
while (have_posts()) : while (have_posts()) :
the_post(); the_post();
?> ?>
<?php get_template_part('template-components/content', get_post_format()); ?> <?php get_template_part('template-components/content', get_post_format()); ?>
<?php endwhile; ?> <?php endwhile; ?>
<?php endif; ?> <?php endif; ?>
</div> </div>
<?php <?php