added hr to index
parent
ec6e459c6f
commit
0696cc741b
|
@ -99,6 +99,7 @@
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<hr>
|
||||||
<section class="mt-2">
|
<section class="mt-2">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h2 id="news" class="mt-5 mb-4">Aktuelle <strong>Neuigkeiten</strong></h2>
|
<h2 id="news" class="mt-5 mb-4">Aktuelle <strong>Neuigkeiten</strong></h2>
|
||||||
|
@ -148,6 +149,8 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
|
@ -173,6 +176,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -185,7 +189,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
@foreach($nachrichten->take(6) as $nach)
|
@foreach($nachrichten::whereJsonContains('additional_fields->1', $nach->additional_fields['1'])->take(6) as $nach)
|
||||||
<div class="col-4 col-md-2 mb-4">
|
<div class="col-4 col-md-2 mb-4">
|
||||||
<a href="{{ route_content($nach) }}" title="{{$nach->title}}">
|
<a href="{{ route_content($nach) }}" title="{{$nach->title}}">
|
||||||
@if ($nach->image)
|
@if ($nach->image)
|
||||||
|
|
Loading…
Reference in New Issue