diff --git a/api/resources/views/rss/podcasts.blade.php b/api/resources/views/rss/podcasts.blade.php index 364bb81..3559949 100644 --- a/api/resources/views/rss/podcasts.blade.php +++ b/api/resources/views/rss/podcasts.blade.php @@ -8,7 +8,7 @@ {{isset($program) ? $program->name : "NH Gooi Gemist"}} - {{isset($program) ? $program->description : "Fragmenten en interviews eerder te horen op NH Gooi Radio"}} + description) : "Fragmenten en interviews eerder te horen op NH Gooi Radio" !!}]]> https://nhgooi.nl{{isset($program) ? $program->url : ""}} nl-nl @@ -36,21 +36,21 @@ https://nhgooi.nl/podcast-{{$podcast->id}} {{html_entity_decode($podcast->title)}} - {{html_entity_decode($podcast->content)}} + content) !!}]]> https://nhgooi.nl/gemist/fragment/{{$podcast->url}} {{$podcast->created->format('r')}} {{$podcast->title}} NH Gooi Radio - {{$podcast->content}} + content) !!}]]> {{$podcast->formatDuration()}} no - @if($podcast->image) + @if($podcast->image) - @elseif($podcast->program && $podcast->program->image) + @elseif($podcast->program && $podcast->program->image) - @endif + @endif @endforeach