Use correct heading level for list pages

This commit is contained in:
Kelly Dwan 2019-10-09 14:31:41 -04:00
parent fd40341aaa
commit 91ed1e933d
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -8,7 +8,7 @@
<?php else : ?> <?php else : ?>
<a href="<?php the_permalink(); ?>"> <a href="<?php the_permalink(); ?>">
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> <?php the_title( '<h2 class="entry-title">', '</h2>' ); ?>
</a> </a>
<?php endif; ?> <?php endif; ?>