adding missing hooks, thanks @r3df

This commit is contained in:
Ben Word
2011-07-30 12:45:04 -06:00
parent 103c4c5bd5
commit cd297c2f3c

View File

@@ -4,7 +4,9 @@
<?php roots_main_before(); ?>
<div id="main" class="<?php echo $roots_options['main_class']; ?>" role="main">
<div class="container">
<?php roots_loop_before(); ?>
<?php get_template_part('loop', 'page'); ?>
<?php roots_loop_after(); ?>
</div>
</div><!-- /#main -->
<?php roots_main_after(); ?>