mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 11:03:43 +03:00
Use correct heading level for list pages
This commit is contained in:
parent
fd40341aaa
commit
91ed1e933d
|
@ -8,7 +8,7 @@
|
|||
<?php else : ?>
|
||||
|
||||
<a href="<?php the_permalink(); ?>">
|
||||
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
|
||||
<?php the_title( '<h2 class="entry-title">', '</h2>' ); ?>
|
||||
</a>
|
||||
|
||||
<?php endif; ?>
|
||||
|
|
Loading…
Reference in a new issue