adding separator to blocks
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 Dec 2015 14:11:58 +0000 (09:11 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 Dec 2015 14:11:58 +0000 (09:11 -0500)
parts/glm-blocks.php

index 9a68b9e..cfca468 100644 (file)
@@ -56,9 +56,9 @@ default:
             </a>
              <?php endif;?>
         <p><?php echo $block->post_content . $block->post_excerpt;?></p>
-        <?php if ( is_home() || is_front_page() ) : ?>
+<!--        <?//php if ( is_home() || is_front_page() ) : ?>-->
         <div class="separator text-center"><img src="<?php bloginfo('template_url'); ?>/assets/fancy-divider-large.jpg"></div> 
-        <?php endif; ?>
+        <?//php endif; ?>
     </div>
    
     <?php endforeach;?>