initial sidebar
This commit is contained in:
parent
c94a04c2f9
commit
9b3b746341
|
@ -1,7 +1,10 @@
|
||||||
<?php get_header(); ?>
|
<?php get_header(); ?>
|
||||||
<div class="col-sm">
|
<div class="row">
|
||||||
<div id="content" role="main">
|
<div class="col-sm">
|
||||||
<?php get_template_part('template-parts/loop'); ?>
|
<div id="content" role="main">
|
||||||
</div><!-- /#content -->
|
<?php get_template_part('template-parts/loop'); ?>
|
||||||
|
</div><!-- /#content -->
|
||||||
|
</div>
|
||||||
|
<?php get_sidebar(); ?>
|
||||||
</div>
|
</div>
|
||||||
<?php get_footer();
|
<?php get_footer();
|
Loading…
Reference in New Issue