Relatieve links gefixt in Lees Ook blok
This commit is contained in:
@@ -121,7 +121,7 @@
|
|||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
<a href="{{ route('nieuws.detail', ['id' => $article->id, 'title' => $article->slug]) }}"
|
<a href="{{ route('nieuws.detail', ['id' => $article->id, 'title' => $article->slug]) }}"
|
||||||
title="{{ $article->title }}">
|
title="{{ $article->title }}">
|
||||||
<img src="{{ $article->image }}" alt="{{ $article->image_title }}">
|
<img src="{{ $article->image[0] == '/' ? '' : '/' }}{{ $article->image }}" alt="{{ $article->image_title }}">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
@@ -141,4 +141,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|||||||
Reference in New Issue
Block a user