From: Laury GvR Date: Tue, 13 Sep 2016 16:51:46 +0000 (-0400) Subject: Added 'visit our blog' link below front page feed X-Git-Tag: v1.0.0~12^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6282c49e9563e5ea97e134d945de8c6cedec440e;p=WP-Themes%2Ftruenorthgolf.git Added 'visit our blog' link below front page feed There is now a link to the blog below the frontpage excerpt feed. --- diff --git a/css/app.css b/css/app.css index 21a1847..530d770 100644 --- a/css/app.css +++ b/css/app.css @@ -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 { diff --git a/front-page.php b/front-page.php index 8bd533a..724ef1b 100644 --- a/front-page.php +++ b/front-page.php @@ -32,7 +32,9 @@ + +
diff --git a/scss/_blog.scss b/scss/_blog.scss index 3ed1545..f280196 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -320,4 +320,8 @@ } .addthis_counter.addthis_pill_style { float: right; +} +.blog-feed-front-sub-link a { + text-decoration: underline; + color: $blue; } \ No newline at end of file