Fix indentation
This commit is contained in:
parent
05bc567e5d
commit
cfa59e691c
|
@ -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="right-sidebar" role="complementary">
|
<div class="col-md-3 widget-area" id="right-sidebar" role="complementary">
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
<div class="col-md-4 widget-area" id="right-sidebar" role="complementary">
|
<div class="col-md-4 widget-area" id="right-sidebar" role="complementary">
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php dynamic_sidebar( 'right-sidebar' ); ?>
|
<?php dynamic_sidebar( 'right-sidebar' ); ?>
|
||||||
|
|
||||||
</div><!-- #right-sidebar -->
|
</div><!-- #right-sidebar -->
|
||||||
|
|
Reference in New Issue