Fix identation

This commit is contained in:
IanDelMar 2018-11-19 00:47:07 +01:00
parent 97cde9c3c5
commit 47b5893376
1 changed files with 1 additions and 3 deletions

View File

@ -8,14 +8,12 @@
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?>
<?php
$sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
?>
<?php if ( 'left' === $sidebar_pos || 'both' === $sidebar_pos ) : ?>
<?php get_template_part( 'sidebar-templates/sidebar', 'left' ); ?>
<?php get_template_part( 'sidebar-templates/sidebar', 'left' ); ?>
<?php endif; ?>
<div class="col-md content-area" id="primary">