We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2343827 commit eb495afCopy full SHA for eb495af
web/app/themes/mitlib-child/inc/content-front.php
@@ -43,7 +43,7 @@
43
<div>
44
<h3><?php the_title(); ?></h3>
45
<?php custom_excerpt( 20, '...' ); ?>
46
- <a class="btn btn-secondary" aria-label="Read more about <?php the_title(); ?>" href="<?php echo esc_url( the_permalink() ); ?>">Read more</a>
+ <a class="btn btn-secondary" title="Read more about <?php the_title(); ?>" href="<?php echo esc_url( the_permalink() ); ?>">Read more</a>
47
</div>
48
</aside>
49
0 commit comments