projects
/
WP-Themes
/
lakesideclub.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24b9c93
)
Add back the map image partial reference on frontpage
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 8 Oct 2018 15:51:30 +0000
(11:51 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 8 Oct 2018 15:51:30 +0000
(11:51 -0400)
sections/front-page.php
patch
|
blob
|
history
diff --git
a/sections/front-page.php
b/sections/front-page.php
index
325ba9e
..
dfa9d00
100644
(file)
--- a/
sections/front-page.php
+++ b/
sections/front-page.php
@@
-13,5
+13,8
@@
<?php //get_template_part('parts/featured-partners-front'); ?>
<?php //get_template_part('parts/blog-feed-front'); ?>
</div>
+ <div id="front-map-container">
+ <?php get_template_part('parts/map-image'); ?>
+ </div>
</div>
</main>
\ No newline at end of file