diff --git a/resources/views/partial/nh_story.blade.php b/resources/views/partial/nh_story.blade.php index b3ceab43..0259f022 100644 --- a/resources/views/partial/nh_story.blade.php +++ b/resources/views/partial/nh_story.blade.php @@ -107,13 +107,14 @@ @elseif($block->type == "podcast" && $block->id == $news->podcast?->id) @include('widgets/podcastplayer', ['podcast' => $news->podcast]) $news->podcast = null; // Avoid adding the player again ?> -@elseif($block->type == 'article' && count($block->articles)) +@elseif($block->type == 'article' && count($block->articles) && $block->articles[0]->published)