adds semantic html for header/footer

This commit is contained in:
Brian Coords 2021-10-29 16:25:35 -07:00
parent e281b3e10f
commit 0a82e9f499
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ $container = get_theme_mod( 'understrap_container_type' );
<?php get_template_part( 'sidebar-templates/sidebar', 'footerfull' ); ?>
<div class="wrapper" id="wrapper-footer">
<footer class="wrapper" id="wrapper-footer">
<div class="<?php echo esc_attr( $container ); ?>">
@ -39,7 +39,7 @@ $container = get_theme_mod( 'understrap_container_type' );
</div><!-- container end -->
</div><!-- wrapper end -->
</footer><!-- wrapper end -->
</div><!-- #page we need this extra closing tag here -->

View File

@ -27,10 +27,10 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' );
<div class="site" id="page">
<!-- ******************* The Navbar Area ******************* -->
<div id="wrapper-navbar">
<header id="wrapper-navbar">
<a class="skip-link sr-only sr-only-focusable" href="#content"><?php esc_html_e( 'Skip to content', 'understrap' ); ?></a>
<?php get_template_part( 'global-templates/navbar', $navbar_type . '-' . $bootstrap_version ); ?>
</div><!-- #wrapper-navbar end -->
</header><!-- #wrapper-navbar end -->