fix: improve miniature a11y

This commit is contained in:
Kazhnuz Klappsthul 2022-12-08 13:50:11 +01:00
parent 9d6176d0de
commit 31feb0a4d4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<article class="card card-preview card-primary">
<a href="<?php the_permalink(); ?>" class="preview-link">
<div class="preview-item">
<div class="preview-content"><?php the_excerpt(); ?></div>
<div class="preview-content" aria-hidden="true"><?php the_excerpt(); ?></div>
<div class="preview-overlay">
<h1 class="card-header"><?php the_title(); ?></h1>
<div class="preview-metadata">