Fix code in blocks
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 15 Jan 2016 16:27:57 +0000 (11:27 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 15 Jan 2016 16:28:08 +0000 (11:28 -0500)
commented code was outputing in html

parts/glm-blocks.php
style.css

index 0f21602..662fad0 100644 (file)
@@ -56,9 +56,7 @@ default:
             </a>
              <?php endif;?>
         <p><?php echo nl2br($block->post_content);?></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>
-        <?//php endif; ?>
     </div>
 
     <?php endforeach;?>
index 2ca08db..763b30d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Staffords
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Staffords
-Version: 1.0.4
+Version: 1.0.5
 */