Alt-Text, C3Gov, kein hover bei Fediverse-Link

This commit is contained in:
2026-03-29 23:20:44 +02:00
parent 44eb81e99a
commit aa47532e5f
11 changed files with 45 additions and 18 deletions

View File

@@ -3,7 +3,7 @@
@endsection
@section('content')
<img class="content-img" src="{{ asset('Bilder/neuigkeiten.jpg') }}">
<img class="content-img" src="{{ asset('Bilder/neuigkeiten.jpg') }}" alt="{{ __('app.news_alt') }}">
<h1>{{ __('app.nav.news') }}</h1>
@foreach($blogs as $blog)
<h2>{{ $blog->title }}</h2>