removing conditional testing faulty appearance in blocks
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 1 Dec 2015 15:17:29 +0000 (10:17 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 1 Dec 2015 15:17:29 +0000 (10:17 -0500)
parts/glm-blocks.php

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