removing unecessary spaces
This commit is contained in:
parent
e97313ede7
commit
f96868b75e
|
|
@ -7,13 +7,9 @@
|
|||
while (have_posts()) :
|
||||
the_post();
|
||||
?>
|
||||
|
||||
<?php get_template_part('template-components/content', get_post_format()); ?>
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user