Skip to content

Commit

Permalink
add alt text to header image
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusIO committed Dec 25, 2024
1 parent 8a07d81 commit 31c0ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<article lang="{{ page.language }}" class="container">

<div class="ratio mb-4" style="--bs-aspect-ratio: 30%;">
<img src="{{page.header_image}}" class="rounded w-100 object-fit-cover" />
<img src="{{page.header_image}}" class="rounded w-100 object-fit-cover" alt="Artikel Header Bild zu {{ page.title }}" />
</div>
<div class="row mb-5 gx-6">
<div class="col-md-12 col-lg-8 mb-2">
Expand Down

0 comments on commit 31c0ff6

Please sign in to comment.