REFACTOR Remove unecessary lineskips
This commit is contained in:
parent
68a0c9f522
commit
5b9dbed556
|
|
@ -68,12 +68,7 @@ $articlesAmount = get_author_articles_amount($author_id);
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</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(
|
get_template_part('template-parts/dynamiques/article-card', null, array(
|
||||||
'ID' => $latestArticle[0]->ID,
|
'ID' => $latestArticle[0]->ID,
|
||||||
'showCover' => true,
|
'showCover' => true,
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user