FIX Fixing ul
This commit is contained in:
parent
7871d12193
commit
1aa1b52d00
|
|
@ -57,7 +57,6 @@ $thematiques = get_terms(array(
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="post-grid__list">
|
<ul class="post-grid__list">
|
||||||
|
|
||||||
<?php if ($articles->have_posts()) : ?>
|
<?php if ($articles->have_posts()) : ?>
|
||||||
<?php while ($articles->have_posts()) : $articles->the_post(); ?>
|
<?php while ($articles->have_posts()) : $articles->the_post(); ?>
|
||||||
<?php get_template_part('template-parts/articles/card-article', null, array(
|
<?php get_template_part('template-parts/articles/card-article', null, array(
|
||||||
|
|
@ -69,5 +68,6 @@ $thematiques = get_terms(array(
|
||||||
)); ?>
|
)); ?>
|
||||||
<?php endwhile; ?>
|
<?php endwhile; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
Loading…
Reference in New Issue
Block a user