FIX Fixing ul

This commit is contained in:
Antoine M 2025-06-06 14:55:26 +02:00
parent 7871d12193
commit 1aa1b52d00

View File

@ -57,7 +57,6 @@ $thematiques = get_terms(array(
</div>
<ul class="post-grid__list">
<?php if ($articles->have_posts()) : ?>
<?php while ($articles->have_posts()) : $articles->the_post(); ?>
<?php get_template_part('template-parts/articles/card-article', null, array(
@ -69,5 +68,6 @@ $thematiques = get_terms(array(
)); ?>
<?php endwhile; ?>
<?php endif; ?>
</ul>
</div>
</section>