projects
/
WP-Themes
/
otsego.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a53a04
)
adjusted featured img header for single.php
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 4 Jan 2016 16:40:12 +0000
(11:40 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 4 Jan 2016 16:40:12 +0000
(11:40 -0500)
single.php
patch
|
blob
|
history
diff --git
a/single.php
b/single.php
index
8eacaae
..
c6533c5
100644
(file)
--- a/
single.php
+++ b/
single.php
@@
-1,8
+1,7
@@
<?php get_header(); ?>
-<header>
- <?php get_template_part('parts/top-bar_main');?>
- <?php get_template_part('parts/head-image');?>
-</header>
+<div class="blog-img">
+ <?php echo glm_get_header(); ?>
+</div>
<?php get_template_part('parts/off-canvas_menu');?>
<main class="blog-single">
<div class="row">