removing unecessary spaces
This commit is contained in:
parent
e97313ede7
commit
f96868b75e
12
search.php
12
search.php
|
|
@ -3,18 +3,14 @@
|
||||||
<div class="container mx-auto my-8">
|
<div class="container mx-auto my-8">
|
||||||
|
|
||||||
<?php if (have_posts()) : ?>
|
<?php if (have_posts()) : ?>
|
||||||
<?php
|
<?php
|
||||||
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
|
||||||
get_footer();
|
get_footer();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user