Added 'visit our blog' link below front page feed
authorLaury GvR <laury@gaslightmedia.com>
Tue, 13 Sep 2016 16:51:46 +0000 (12:51 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 13 Sep 2016 16:51:46 +0000 (12:51 -0400)
There is now a link to the blog below the frontpage excerpt feed.

css/app.css
front-page.php
scss/_blog.scss

index 21a1847..530d770 100644 (file)
@@ -8009,6 +8009,10 @@ body #glm-member-front-header .glm-button.button {
 .addthis_counter.addthis_pill_style {
   float: right; }
 
+.blog-feed-front-sub-link a {
+  text-decoration: underline;
+  color: #1479b0; }
+
 #ai1ec-container .ai1ec-views-dropdown {
   /*display: none;*/ }
 #ai1ec-container .timely a {
index 8bd533a..724ef1b 100644 (file)
@@ -32,7 +32,9 @@
                 <?php
                 get_template_part('parts/blog-feed-front');
                 ?>
+                <h2 class="blog-feed-front-sub-link"><a href="<?php echo get_permalink( get_option( 'page_for_posts' ) ); ?>">Visit Our Blog</a></h2>
             </div>
+            
             <div class="small-12 medium-4 columns small-text-center medium-text-left">
                 <?php get_sidebar(); ?>
             </div>
index 3ed1545..f280196 100644 (file)
 }
 .addthis_counter.addthis_pill_style {
     float: right;
+}
+.blog-feed-front-sub-link a {
+    text-decoration: underline;
+    color: $blue;
 }
\ No newline at end of file