cleaning lineskips
This commit is contained in:
parent
0c6516e132
commit
0ad4ef5f0b
|
|
@ -6,8 +6,6 @@ $args = array(
|
|||
);
|
||||
$relatedPageTemplatePage = get_pages($args) ? get_pages($args)[0] : null;
|
||||
?>
|
||||
|
||||
|
||||
<?php if (have_posts()) : ?>
|
||||
<?php while (have_posts()) : the_post(); ?>
|
||||
<div class="single-post-container single-post-container--news <?php echo $thematiqueColorSlug ? "single-post-container--" . $thematiqueColorSlug : "" ?>">
|
||||
|
|
@ -46,7 +44,6 @@ $relatedPageTemplatePage = get_pages($args) ? get_pages($args)[0] : null;
|
|||
"title" => get_the_title(),
|
||||
"thumbnail" => get_the_post_thumbnail(get_the_ID(), "full", array('class' => 'heading-box--news__thumbnail')),
|
||||
"published" => get_the_date()
|
||||
|
||||
));
|
||||
?>
|
||||
<article class="entry-content single-news-editor-content">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user