removong unecessary thematique color slug from main container
This commit is contained in:
parent
13cdb7041a
commit
9b9909ef44
|
|
@ -8,7 +8,7 @@ $relatedPageTemplatePage = get_pages($args) ? get_pages($args)[0] : null;
|
||||||
?>
|
?>
|
||||||
<?php if (have_posts()) : ?>
|
<?php if (have_posts()) : ?>
|
||||||
<?php while (have_posts()) : the_post(); ?>
|
<?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 /* --------
|
<?php /* --------
|
||||||
BREADCRUMB
|
BREADCRUMB
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user