projects
/
WP-Themes
/
staffords.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e402b3
)
removing featured image from header
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 4 Dec 2015 16:33:49 +0000
(11:33 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 4 Dec 2015 16:33:49 +0000
(11:33 -0500)
single.php
patch
|
blob
|
history
diff --git
a/single.php
b/single.php
index
91aac42
..
beaa89c
100644
(file)
--- a/
single.php
+++ b/
single.php
@@
-1,7
+1,7
@@
<?php get_header(); ?>
<header>
<?php get_template_part('parts/top-bar_main');?>
- <?php get_template_part('parts/head-image');?>
+ <?php
//
get_template_part('parts/head-image');?>
</header>
<?php get_template_part('parts/off-canvas_main');?>
<main class="blog-single">