projects
/
WP-Themes
/
PrestonFeather.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dc9164
)
Title removed from template
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 26 Nov 2014 19:38:26 +0000
(14:38 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 26 Nov 2014 19:38:26 +0000
(14:38 -0500)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
6b1f99a
..
34cf94a
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-23,7
+23,6
@@
<div class=" row">
<div class="small-12 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
- <h1><?php the_title();?></h1>
<?php the_content();?>
<?php endwhile; else:?>
<p><?php _e('Sorry, no posts yet');?></p>