projects
/
WP-Themes
/
jollylama.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a66a1f
)
removing commented out sidebar
author
Ian Weller
<ian@gaslightmedia.com>
Tue, 16 Feb 2016 21:39:19 +0000
(16:39 -0500)
committer
Ian Weller
<ian@gaslightmedia.com>
Tue, 16 Feb 2016 21:39:19 +0000
(16:39 -0500)
front-page.php
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
f4cd4f8
..
2581f76
100644
(file)
--- a/
front-page.php
+++ b/
front-page.php
@@
-17,11
+17,6
@@
<p><?php _e('Sorry, no posts yet');?></p>
<?php endif;?>
</div>
-<!--
- <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
- <?php get_sidebar(); ?>
- </div>
--->
</div>
</div>
<?php get_footer(); ?>