Blocks added to page 94: Our Work
authorLaury GvR <laury@gaslightmedia.com>
Thu, 14 Apr 2016 15:46:39 +0000 (11:46 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 14 Apr 2016 15:46:39 +0000 (11:46 -0400)
index.php

index cf4b66b..6909cb4 100644 (file)
--- a/index.php
+++ b/index.php
                     <?php endif;?>
                 </div>
             </div>
+            <?php if (is_page(94)) { ?>
+            <div class="row">
+                <div class="small-12 columns">
+                    <h2 id="block-title">Recently Launched</h2>
+                </div>
+                <?php
+                get_template_part('parts/glm-blocks');
+                ?>
+            </div>
+            <?php } ?>
         </div>
 <?php get_footer(); ?>