'none' removed

This commit is contained in:
Vishal Deshpande 2017-10-27 08:16:40 +05:30 committed by GitHub
parent f3c62f320d
commit 8fa428eec8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
<div class="row">
<!-- Do the left sidebar check -->
<?php get_template_part( 'global-templates/left-sidebar-check', 'none' ); ?>
<?php get_template_part( 'global-templates/left-sidebar-check' ); ?>
<main class="site-main" id="main">