FIX Fixing ul
This commit is contained in:
parent
7871d12193
commit
1aa1b52d00
|
|
@ -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>
|
||||
Loading…
Reference in New Issue
Block a user