Add back the map image partial reference on frontpage
authorLaury GvR <laury@gaslightmedia.com>
Mon, 8 Oct 2018 15:51:30 +0000 (11:51 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 8 Oct 2018 15:51:30 +0000 (11:51 -0400)
sections/front-page.php

index 325ba9e..dfa9d00 100644 (file)
@@ -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