This commit is contained in:
parent
25fe114373
commit
7230dd4fdd
|
@ -20,7 +20,7 @@ $container = get_theme_mod( 'understrap_container_type' );
|
||||||
<?php get_template_part( 'global-templates/hero' ); ?>
|
<?php get_template_part( 'global-templates/hero' ); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<div class="wrapper" id="wrapper-index">
|
<div class="wrapper" id="index-wrapper">
|
||||||
|
|
||||||
<div class="<?php echo esc_attr( $container ); ?>" id="content" tabindex="-1">
|
<div class="<?php echo esc_attr( $container ); ?>" id="content" tabindex="-1">
|
||||||
|
|
||||||
|
|
Reference in New Issue