Fix indentation

This commit is contained in:
IanDelMar 2018-11-18 23:59:12 +01:00
parent cfa59e691c
commit 00ead17491
1 changed files with 4 additions and 4 deletions

View File

@ -18,10 +18,10 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
?>
<?php if ( 'both' === $sidebar_pos ) : ?>
<div class="col-md-3 widget-area" id="left-sidebar" role="complementary">
<?php else : ?>
<div class="col-md-4 widget-area" id="left-sidebar" role="complementary">
<?php endif; ?>
<div class="col-md-3 widget-area" id="left-sidebar" role="complementary">
<?php else : ?>
<div class="col-md-4 widget-area" id="left-sidebar" role="complementary">
<?php endif; ?>
<?php dynamic_sidebar( 'left-sidebar' ); ?>
</div><!-- #left-sidebar -->