Fix indentation
This commit is contained in:
parent
cfa59e691c
commit
00ead17491
|
@ -18,10 +18,10 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php if ( 'both' === $sidebar_pos ) : ?>
|
<?php if ( 'both' === $sidebar_pos ) : ?>
|
||||||
<div class="col-md-3 widget-area" id="left-sidebar" role="complementary">
|
<div class="col-md-3 widget-area" id="left-sidebar" role="complementary">
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
<div class="col-md-4 widget-area" id="left-sidebar" role="complementary">
|
<div class="col-md-4 widget-area" id="left-sidebar" role="complementary">
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php dynamic_sidebar( 'left-sidebar' ); ?>
|
<?php dynamic_sidebar( 'left-sidebar' ); ?>
|
||||||
|
|
||||||
</div><!-- #left-sidebar -->
|
</div><!-- #left-sidebar -->
|
||||||
|
|
Reference in New Issue