fix(logo): fix a11y
This commit is contained in:
parent
6ceddd85b9
commit
c0e92f6895
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
<div class="logo-area">
|
||||
<h1><a href="<?php echo site_url(); ?>"><img src="<?php echo get_template_directory_uri();?>/img/logo.png" alt="<?php echo get_bloginfo( 'name' ); ?>"/></a></h1>
|
||||
<h1><a href="<?php echo site_url(); ?>"><img src="<?php echo get_template_directory_uri();?>/img/logo.png" alt=""/> <span class="sr-only"><?php echo get_bloginfo( 'name' ); ?></span></a></h1>
|
||||
</div>
|
||||
|
|
Reference in a new issue