Fix indentation & space usage
This commit is contained in:
parent
c71ba33ea7
commit
5ff95a5989
13
index.php
13
index.php
|
@ -17,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
|
|
||||||
get_header();
|
get_header();
|
||||||
|
|
||||||
$container = get_theme_mod( 'understrap_container_type' );
|
$container = get_theme_mod( 'understrap_container_type' );
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php if ( is_front_page() && is_home() ) : ?>
|
<?php if ( is_front_page() && is_home() ) : ?>
|
||||||
|
@ -64,14 +64,13 @@ $container = get_theme_mod( 'understrap_container_type' );
|
||||||
<!-- The pagination component -->
|
<!-- The pagination component -->
|
||||||
<?php understrap_pagination(); ?>
|
<?php understrap_pagination(); ?>
|
||||||
|
|
||||||
<!-- Do the right sidebar check -->
|
<!-- Do the right sidebar check -->
|
||||||
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
|
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
|
||||||
|
|
||||||
|
</div><!-- .row -->
|
||||||
|
|
||||||
</div><!-- .row -->
|
</div><!-- #content -->
|
||||||
|
|
||||||
</div><!-- Container end -->
|
</div><!-- #index-wrapper -->
|
||||||
|
|
||||||
</div><!-- Wrapper end -->
|
|
||||||
|
|
||||||
<?php get_footer(); ?>
|
<?php get_footer(); ?>
|
||||||
|
|
Reference in New Issue