projects
/
WP-Themes
/
crawfordco.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2fea38
)
fix with header on home for blogs
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 10 Nov 2015 16:24:03 +0000
(11:24 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 10 Nov 2015 16:24:03 +0000
(11:24 -0500)
front-page.php
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
d042f6e
..
a7b29af
100644
(file)
--- a/
front-page.php
+++ b/
front-page.php
@@
-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();?>