Page 94 blocks moved into main content area
authorLaury GvR <laury@gaslightmedia.com>
Thu, 14 Apr 2016 15:47:41 +0000 (11:47 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 14 Apr 2016 15:47:41 +0000 (11:47 -0400)
index.php

index 6909cb4..263a3e3 100644 (file)
--- a/index.php
+++ b/index.php
                     <?php endwhile; else:?>
                     <p><?php _e('Sorry, no results found.');?></p>
                     <?php endif;?>
+                    
+                    <?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>
             </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(); ?>