master
parent
9fa7dcc734
commit
cd0a32110c
|
@ -77,7 +77,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@foreach(filterByContentType($mdContents, "News")->take(3) as $content)
|
@foreach(filterByContentType("News")->take(3) as $content)
|
||||||
<div class="col-12 col-md-6 col-lg-4 mb-4">
|
<div class="col-12 col-md-6 col-lg-4 mb-4">
|
||||||
|
|
||||||
<div class="card h-100 shadow-lg" id="news-{{$content->id}}" style="background-color: #fff8f05e;">
|
<div class="card h-100 shadow-lg" id="news-{{$content->id}}" style="background-color: #fff8f05e;">
|
||||||
|
|
Loading…
Reference in New Issue