removing unecessary lineskip

This commit is contained in:
Antoine M 2024-07-02 16:10:34 +02:00
parent ecc16ae6df
commit 259c30961c

View File

@ -5,7 +5,6 @@
<div class="homegrade-page-container homegrade-page--parcours"> <div class="homegrade-page-container homegrade-page--parcours">
<?php <?php
$isParentPage = get_queried_object()->post_parent === 0; $isParentPage = get_queried_object()->post_parent === 0;
if ($isParentPage) { if ($isParentPage) {
get_template_part('single-parcours-parent'); get_template_part('single-parcours-parent');