There is now a link to the blog below the frontpage excerpt feed.
.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 {
<?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>
}
.addthis_counter.addthis_pill_style {
float: right;
+}
+.blog-feed-front-sub-link a {
+ text-decoration: underline;
+ color: $blue;
}
\ No newline at end of file