Add link to bloghome, to homepage blog title
authorLaury GvR <laury@gaslightmedia.com>
Mon, 12 Sep 2016 15:16:11 +0000 (11:16 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 12 Sep 2016 15:16:11 +0000 (11:16 -0400)
front-page.php

index 20969d9..7ca0ef2 100644 (file)
@@ -28,7 +28,7 @@
         </div>
         <div class="row">
             <div id="main-content" class="small-12 medium-8 columns">
-                <h1>Our Blog</h1>
+                <a href="<?php echo get_home_url(); ?>"><h1>Our Blog</h1></a>
                 <?php
                 get_template_part('parts/blog-feed-front');
                 ?>