diff --git a/content/head.blade.php b/content/head.blade.php index 7a8761a..931bcbf 100644 --- a/content/head.blade.php +++ b/content/head.blade.php @@ -17,6 +17,11 @@ a{ color: #71a866; } + + a:hover{ + color: #71a866; + text-decoration: underline; + } footer a{ color: white; diff --git a/content/index.blade.php b/content/index.blade.php index 49a6976..65104ff 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -59,16 +59,30 @@ @endif @foreach(filterByContentType("News")->take(3) as $content)
-
- +
+
-

{{$content->title}}

+

{{$content->title}}

{!! $content->vorschau !!}

+
@endforeach +
+
+
+
+
+
+ + + Ältere Nachrichten