Skip to content

Commit

Permalink
indent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas-johnson committed Aug 13, 2019
1 parent 8431874 commit 7938916
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<header class="site__header" id="header" role="banner">
<hgroup>
<h1>
<a href="<?php echo esc_url( home_url() ); ?>"><?php bloginfo( 'name' ); ?></a></h1>
<a href="<?php echo esc_url( home_url() ); ?>"><?php bloginfo( 'name' ); ?></a>
</h1>
<?php if ( get_bloginfo( 'description' ) ) : ?>
<span><?php bloginfo( 'description', 'display' ); ?></span>
<?php endif; ?>
Expand Down

0 comments on commit 7938916

Please sign in to comment.