Skip to content

Commit

Permalink
Update header.php
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertygc authored Apr 3, 2020
1 parent a597a11 commit b85f199
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,6 @@
<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'susty' ); ?></a>

<header id="masthead">
<div class="logo">
<?php
if ( has_custom_logo() ) :
the_custom_logo();
else :
?>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><img alt="Susty WP logo" src="<?php echo esc_url( get_template_directory_uri() . '/images/eco-chat.svg' ); ?>"><span class="screen-reader-text"><?php esc_html_e( 'Home', 'susty' ); ?></span></a>
<?php
endif;
?>
</div>

<?php
if ( is_front_page() && is_home() && ! get_query_var( 'menu' ) ) :
?>
Expand Down

0 comments on commit b85f199

Please sign in to comment.