fix with header on home for blogs
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 10 Nov 2015 16:24:03 +0000 (11:24 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 10 Nov 2015 16:24:03 +0000 (11:24 -0500)
front-page.php

index d042f6e..a7b29af 100644 (file)
@@ -3,7 +3,7 @@
 <main>
     <div class="row" data-equalizer data-options="equalize_on_stack: false">
         <div id="front" class="small-12 medium-7 large-8 columns" data-equalizer-watch>
-            <?php get_template_part('parts/blog-feed')?>
+            <?php get_template_part('parts/blog-feed-home')?>
             <div class="row collapse">
                 <?php if(have_posts()) : while(have_posts()): the_post();?>
                 <?php the_content();?>