fixing some W3C issues
This commit is contained in:
parent
366a6e689b
commit
526a46ad47
|
@ -21,7 +21,7 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
|
||||
<div class="col-md-12">
|
||||
|
||||
<footer class="site-footer" id="colophon" role="contentinfo">
|
||||
<footer class="site-footer" id="colophon">
|
||||
|
||||
<div class="site-info">
|
||||
<a href="<?php echo esc_url( __( 'http://wordpress.org/',
|
||||
|
|
|
@ -141,7 +141,7 @@ if ( ! function_exists( 'understrap_post_nav' ) ) :
|
|||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<nav class="navigation post-navigation">
|
||||
<h1 class="sr-only"><?php _e( 'Post navigation', 'understrap' ); ?></h1>
|
||||
<h2 class="sr-only"><?php _e( 'Post navigation', 'understrap' ); ?></h2>
|
||||
<div class="nav-links">
|
||||
<?php
|
||||
|
||||
|
|
Reference in New Issue