Fix indentation & space usage

This commit is contained in:
IanDelMar 2018-11-18 23:47:21 +01:00
parent c038da308a
commit 63870cc487
1 changed files with 6 additions and 8 deletions

View File

@ -12,10 +12,8 @@ if ( ! defined( 'ABSPATH' ) ) {
}
get_header();
?>
<?php
$container = get_theme_mod( 'understrap_container_type' );
$container = get_theme_mod( 'understrap_container_type' );
?>
<div class="wrapper" id="archive-wrapper">
@ -64,13 +62,13 @@ $container = get_theme_mod( 'understrap_container_type' );
<!-- The pagination component -->
<?php understrap_pagination(); ?>
<!-- Do the right sidebar check -->
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
<!-- Do the right sidebar check -->
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
</div> <!-- .row -->
</div> <!-- .row -->
</div><!-- Container end -->
</div><!-- #content -->
</div><!-- Wrapper end -->
</div><!-- #archive-wrapper -->
<?php get_footer(); ?>