Merge pull request #249 from evandiamond/master - Thx @evandiamond

Duplicate div in both-sidebars.page.php
This commit is contained in:
Holger 2017-02-12 20:32:15 +01:00 committed by GitHub
commit f7d5bfa321
1 changed files with 28 additions and 31 deletions

View File

@ -13,9 +13,6 @@ $container = get_theme_mod( 'understrap_container_type' );
<div class="wrapper" id="page-wrapper">
<div class="wrapper" id="page-wrapper">
<div class="<?php echo esc_html( $container ); ?>" id="content">
<div class="row">
@ -55,6 +52,6 @@ $container = get_theme_mod( 'understrap_container_type' );
</div><!-- Container end -->
</div><!-- Wrapper end -->
</div><!-- Wrapper end -->
<?php get_footer(); ?>
<?php get_footer(); ?>