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