Gustavo Luigi 2022-11-23 12:54:20 -03:00
parent 0ce0be36a5
commit fa2392fd3c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.idea
.vscode

View File

@ -225,7 +225,7 @@
</div>
</div>
<div class="row">
@foreach(filterByContentType($mdContents, "Produkte")->take(6) as $content)
@foreach(filterByContentType("Produkte")->take(6) as $content)
<div class="col-4 col-md-2 mb-4">
<a href="{{ route_content($content) }}" title="{{$content->title}}">
@if($content->image)