Skip to content

Commit

Permalink
put sidebar in a column
Browse files Browse the repository at this point in the history
  • Loading branch information
mattl committed May 27, 2015
1 parent 414bc98 commit 56bc298
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -25,8 +25,10 @@
</div>
</div>
<?php } ?>
<div class="four columns">
<?php get_sidebar(); ?>
</div>
</div>
</div><!--! end of .container -->
</div><!--! end of #main -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>

0 comments on commit 56bc298

Please sign in to comment.