commit
aea289d3e5
|
@ -18,7 +18,7 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php if ( is_front_page() && is_home() ) : ?>
|
<?php if ( is_front_page() && is_home() ) : ?>
|
||||||
<?php get_template_part( 'global-templates/hero', 'none' ); ?>
|
<?php get_template_part( 'global-templates/hero' ); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<div class="wrapper" id="wrapper-index">
|
<div class="wrapper" id="wrapper-index">
|
||||||
|
@ -28,7 +28,7 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<!-- Do the left sidebar check and opens the primary div -->
|
<!-- Do the left sidebar check and opens the primary div -->
|
||||||
<?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">
|
<main class="site-main" id="main">
|
||||||
|
|
||||||
|
|
Reference in New Issue