Layout fragmenten en programmagids, bug fix podcastitems partial

This commit is contained in:
2020-02-22 20:22:56 +01:00
parent 0582de5bb0
commit c572f8b711
5 changed files with 53 additions and 21 deletions

View File

@@ -20,11 +20,9 @@
</ul>
<div class="clearfix"></div>
@if($podcast->image)
<p>
<a href="{{$url}}" title="{{$podcast->title}}">
<a href="{{$url}}" title="{{$podcast->title}}" class="fixed-height">
<img src='{{$imgBase . $podcast->image->url}}' alt='{{$podcast->image->title}}'>
</a>
</p>
@endif
<p>{!! Formatter::excerpt($podcast->content, 200) !!}</p>
<a class="read_more" href="{{route('gemist.fragment') . $podcast->url}}" title="Luister fragment"><span class="arrow"></span><span>Luister fragment</span></a>