From 5b9dbed55688b0ae012fd7d81e3fc92a91a35d09 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 30 Sep 2025 16:48:12 +0200 Subject: [PATCH] REFACTOR Remove unecessary lineskips --- single-auteurs.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/single-auteurs.php b/single-auteurs.php index a20a4ab..54e2486 100644 --- a/single-auteurs.php +++ b/single-auteurs.php @@ -68,12 +68,7 @@ $articlesAmount = get_author_articles_amount($author_id); - - - - - @@ -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, - )); + ?>