removing test prod lineskips

This commit is contained in:
Antoine M 2024-09-19 10:01:04 +02:00
parent 75ec1b14b7
commit 2e755ff102

View File

@ -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();