projects
/
WP-Themes
/
truenorthgolf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35a3bfc
)
Add content partial to frontpage so editor content will show up
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 10 Jul 2017 18:57:52 +0000
(14:57 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 10 Jul 2017 18:57:52 +0000
(14:57 -0400)
front-page.php
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
db85c12
..
3b2e119
100644
(file)
--- a/
front-page.php
+++ b/
front-page.php
@@
-16,15
+16,9
@@
</div>
<div class="row">
<div id="main-content" class="small-12 medium-8 columns">
-
+ <?php get_template_part('parts/content-section'); ?>
</div>
- <div class="small-12 medium-4 columns small-text-center medium-text-left">
- <?php get_sidebar(); ?>
- </div>
</div>
</div>
-<?php get_footer(); ?>
-
-
-
+<?php get_footer(); ?>
\ No newline at end of file