Skip to content

Commit

Permalink
SNOW-8: Changed search results H1 to H2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eloisa committed Mar 15, 2018
1 parent bd31939 commit fdc0e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-parts/content-search.php
Expand Up @@ -11,7 +11,7 @@

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="a11y-entry-header">
<?php the_title( sprintf( '<h1 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h1>' ); ?>
<?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?>
</header><!-- .a11y-entry-header -->

<div class="entry-summary">
Expand Down

0 comments on commit fdc0e8c

Please sign in to comment.