Merge pull request #442 from Vishal-Deshpande/patch-7

'none' removed
This commit is contained in:
Holger 2017-11-09 14:53:45 +01:00 committed by GitHub
commit 5bd930a172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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">