Merge pull request #863 from patrickocoffeyo/master
Indented aside tag within conditional
This commit is contained in:
6
base.php
6
base.php
@@ -19,9 +19,9 @@
|
|||||||
<?php include roots_template_path(); ?>
|
<?php include roots_template_path(); ?>
|
||||||
</div><!-- /.main -->
|
</div><!-- /.main -->
|
||||||
<?php if (roots_display_sidebar()) : ?>
|
<?php if (roots_display_sidebar()) : ?>
|
||||||
<aside class="sidebar <?php echo roots_sidebar_class(); ?>" role="complementary">
|
<aside class="sidebar <?php echo roots_sidebar_class(); ?>" role="complementary">
|
||||||
<?php include roots_sidebar_path(); ?>
|
<?php include roots_sidebar_path(); ?>
|
||||||
</aside><!-- /.sidebar -->
|
</aside><!-- /.sidebar -->
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div><!-- /.content -->
|
</div><!-- /.content -->
|
||||||
</div><!-- /.wrap -->
|
</div><!-- /.wrap -->
|
||||||
|
|||||||
Reference in New Issue
Block a user