REFACTOR Removing unecessary lineskips
This commit is contained in:
parent
0fabe129da
commit
746363d81a
|
|
@ -41,9 +41,7 @@ $revueID = get_field('related_revue', get_the_ID());
|
||||||
<?php get_template_part('template-parts/articles/article-content', null, array(
|
<?php get_template_part('template-parts/articles/article-content', null, array(
|
||||||
'ID' => get_the_ID()
|
'ID' => get_the_ID()
|
||||||
)); ?>
|
)); ?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- #### RECOMMANDATIONS #### -->
|
<!-- #### RECOMMANDATIONS #### -->
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,6 @@ $articlesAmount = get_author_articles_amount($author_id);
|
||||||
|
|
||||||
<?php if (have_posts()) : ?>
|
<?php if (have_posts()) : ?>
|
||||||
<?php while (have_posts()) : the_post(); ?>
|
<?php while (have_posts()) : the_post(); ?>
|
||||||
|
|
||||||
|
|
||||||
<div class="page--single-auteurs__header">
|
<div class="page--single-auteurs__header">
|
||||||
|
|
||||||
<div class="inner container">
|
<div class="inner container">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user