removong unecessary thematique color slug from main container

This commit is contained in:
Antoine M 2024-01-24 15:33:55 +01:00
parent 13cdb7041a
commit 9b9909ef44

View File

@ -8,7 +8,7 @@ $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 : "" ?>">
<div class="single-post-container single-post-container--news">
<?php /* --------
BREADCRUMB