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