FIX Has thumbnail property injection
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
90d62856de
commit
bef7895cba
|
|
@ -30,7 +30,7 @@ $media_types_list = array(
|
|||
|
||||
?>
|
||||
|
||||
<a class="post-card post-card--archives-presse <?php $has_post_thumbnail ? 'post-card--has-thumbnail' : ''; ?> card" href="<?php echo $link; ?> " target="_blank">
|
||||
<a class="post-card post-card--archives-presse <?php echo $has_post_thumbnail ? 'post-card--has-thumbnail' : ''; ?> card" href="<?php echo $link; ?> " target="_blank">
|
||||
<?php if ($has_post_thumbnail) : ?>
|
||||
<div class="post-card__thumbnail">
|
||||
<img src="<?php echo $thumbnail_url; ?>" alt="<?php echo $title; ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user