REFACTOR Remove unecessary lineskips

This commit is contained in:
Nonimart 2025-09-30 16:48:12 +02:00
parent 68a0c9f522
commit 5b9dbed556

View File

@ -68,12 +68,7 @@ $articlesAmount = get_author_articles_amount($author_id);
</div>
</div>
</div>
</div>
@ -104,8 +99,8 @@ $articlesAmount = get_author_articles_amount($author_id);
get_template_part('template-parts/dynamiques/article-card', null, array(
'ID' => $latestArticle[0]->ID,
'showCover' => true,
));
?>
<?php endif; ?>