fixing card titles colors
This commit is contained in:
parent
23d927e0b7
commit
266a303470
File diff suppressed because one or more lines are too long
|
|
@ -16,8 +16,10 @@ $postDescription = $attributes['postDescription'];
|
|||
|
||||
$coverUrl = $postType->name === 'videos-webinaires' && $postThumbnail ? $postThumbnail : ($thematique_icon ? $thematique_icon['url'] : null);
|
||||
|
||||
$thematiqueColorSlug = getThematiqueFamilySlug($mainThematique->slug);
|
||||
|
||||
?>
|
||||
<a class="post-card" href="<?php echo $relatedPostUrl ?>">
|
||||
<a class="post-card post-card--<?php echo $mainThematique->slug ?>" href="<?php echo $relatedPostUrl ?>">
|
||||
|
||||
<img class="post-card__cover post-card__cover--<?php echo $postType->name ?>" src="<?php echo $coverUrl ?>" alt="">
|
||||
|
||||
|
|
|
|||
|
|
@ -16,8 +16,10 @@ $postDescription = $attributes['postDescription'];
|
|||
|
||||
$coverUrl = $postType->name === 'videos-webinaires' && $postThumbnail ? $postThumbnail : ($thematique_icon ? $thematique_icon['url'] : null);
|
||||
|
||||
$thematiqueColorSlug = getThematiqueFamilySlug($mainThematique->slug);
|
||||
|
||||
?>
|
||||
<a class="post-card" href="<?php echo $relatedPostUrl ?>">
|
||||
<a class="post-card post-card--<?php echo $mainThematique->slug ?>" href="<?php echo $relatedPostUrl ?>">
|
||||
|
||||
<img class="post-card__cover post-card__cover--<?php echo $postType->name ?>" src="<?php echo $coverUrl ?>" alt="">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user