Stream gemeenteraad, kanalen, footers, bug fix zoeken

This commit is contained in:
2020-02-20 15:42:51 +01:00
parent 9baa4a8556
commit 0582de5bb0
9 changed files with 28 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
<ul class='blog row grid'>
@endif
<?php $url = route('gemist.fragment') . $podcast->url; ?>
<li class="post column column_1_2">
<li class="post card column column_1_2">
<div class="post_content">
<h2><a href="{{$url}}" title="{{$podcast->title}}">{!!$podcast->titleWithoutProgram()!!}</a></h2>
<ul class="post_details">
@@ -28,6 +28,7 @@
@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>
<span class="clearfix"></span>
</div>
</li>