blocks and additional images
authorIan Weller <ian@gaslightmedia.com>
Wed, 29 Jul 2015 18:34:07 +0000 (14:34 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 29 Jul 2015 18:34:07 +0000 (14:34 -0400)
assets/kids.jpg [new file with mode: 0644]
assets/reserve.png [new file with mode: 0644]
parts/glm-blocks.php

diff --git a/assets/kids.jpg b/assets/kids.jpg
new file mode 100644 (file)
index 0000000..aefacb9
Binary files /dev/null and b/assets/kids.jpg differ
diff --git a/assets/reserve.png b/assets/reserve.png
new file mode 100644 (file)
index 0000000..4355000
Binary files /dev/null and b/assets/reserve.png differ
index 636ea4d..f8de938 100644 (file)
             <?php if($block->url):?>
             <a class="title-posts" href="<?php echo $block->url;?>"<?php if($block->externalUrl){echo ' target="_blank"';}?>>
             <?php endif;?>
-                <h1><?php echo $block->post_title;?></h1>
+                <h2><?php echo $block->post_title;?></h2>
             <?php if($block->url):?>
             </a>
              <?php endif;?>
         <p><?php echo $block->post_content . $block->post_excerpt;?></p>
-        <a class="blocks-readmore" href="<?php echo $block->url;?>">Read More...</a>
+        <a class="blocks-readmore" href="<?php echo $block->url;?>">Find out more...</a>
     </div>
     <?php endforeach;?>
 </div>