Skip to content

Commit

Permalink
Added sidebar to index
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Englert committed Nov 19, 2015
1 parent 9dce1f7 commit d76b4f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div id="inner-content" class="row">

<main id="main" class="large-12 medium-12 columns" role="main">
<main id="main" class="large-8 medium-8 columns" role="main">

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

Expand All @@ -23,6 +23,8 @@

</main> <!-- end #main -->

<?php get_sidebar(); ?>

</div> <!-- end #inner-content -->

</div> <!-- end #content -->
Expand Down

0 comments on commit d76b4f0

Please sign in to comment.