master
parent
e620598669
commit
70372c8387
|
@ -225,7 +225,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@foreach(filterByContentType($mdContents, "Produkte")->take(6) as $content)
|
@foreach(filterByContentType($mdContents, "Produkt")->take(6) as $content)
|
||||||
<div class="col-4 col-md-2 mb-4">
|
<div class="col-4 col-md-2 mb-4">
|
||||||
<a href="{{ route_content($content) }}" title="{{$content->title}}">
|
<a href="{{ route_content($content) }}" title="{{$content->title}}">
|
||||||
@if($content->image)
|
@if($content->image)
|
||||||
|
|
Loading…
Reference in New Issue