removing test prod lineskips
This commit is contained in:
parent
75ec1b14b7
commit
2e755ff102
|
|
@ -1,21 +1,16 @@
|
|||
<?php get_header(); ?>
|
||||
<p>.s</p>
|
||||
<?php
|
||||
get_template_part('template-components/notifications/notifications-popup');
|
||||
?>
|
||||
|
||||
|
||||
<?php if (have_posts()) : ?>
|
||||
<?php
|
||||
while (have_posts()) :
|
||||
the_post();
|
||||
the_content();
|
||||
?>
|
||||
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<?php
|
||||
get_footer();
|
||||
get_footer();
|
||||
Loading…
Reference in New Issue
Block a user