Fix space usage, indentation
This commit is contained in:
parent
05cbe7bedf
commit
51c5f93019
14
single.php
14
single.php
|
@ -10,7 +10,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
}
|
||||
|
||||
get_header();
|
||||
$container = get_theme_mod( 'understrap_container_type' );
|
||||
$container = get_theme_mod( 'understrap_container_type' );
|
||||
?>
|
||||
|
||||
<div class="wrapper" id="single-wrapper">
|
||||
|
@ -28,7 +28,7 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
|
||||
<?php get_template_part( 'loop-templates/content', 'single' ); ?>
|
||||
|
||||
<?php understrap_post_nav(); ?>
|
||||
<?php understrap_post_nav(); ?>
|
||||
|
||||
<?php
|
||||
// If comments are open or we have at least one comment, load up the comment template.
|
||||
|
@ -41,13 +41,13 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
|
||||
</main><!-- #main -->
|
||||
|
||||
<!-- 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><!-- #single-wrapper -->
|
||||
|
||||
<?php get_footer(); ?>
|
||||
|
|
Reference in New Issue