Paar kleine fixes
This commit is contained in:
@@ -16,9 +16,8 @@
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@php($imgBase = 'https://nhgooi.nl')
|
||||
|
||||
@yield('breadcrumb')
|
||||
@yield('breadcrumb')
|
||||
|
||||
<div class="page_layout page_margin_top clearfix">
|
||||
<div class="row">
|
||||
@@ -96,7 +95,9 @@
|
||||
<a title="Regio: {{$item->region->title}}" href="{{url('nieuws/regio/' . $item->region->slug)}}" class="over_image">{{$item->region->title}}</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h2><a href="{{url($item->url)}}" title="{{$item->title}}">{{$item->title}}</a></h2>
|
||||
<h2 style="display:none;"><a href="{{url($item->url)}}" title="{{$item->title}}">{{Formatter::excerpt($item->title, 50)}}</a></h2>
|
||||
<h5><a href="{{url($item->url)}}" title="sfd">{{$item->title}}</a></h5>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
@endforeach
|
||||
|
||||
Reference in New Issue
Block a user