From e598a6d6644797e48572a0c8d6c23f6da450d914 Mon Sep 17 00:00:00 2001 From: Martin Danielsson Date: Tue, 19 Apr 2016 09:08:38 +0200 Subject: [PATCH] Twitter Follow buttons. --- _layouts/post.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index b67e735..65a32ec 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -48,6 +48,7 @@ layout: default {% if author.twitter %} {% capture author_twitter %} {% endcapture %} {% capture tweet_link %} by @{{ author.twitter }}{% endcapture %} + {% capture twitter_follow_author %}Follow @{{ author.twitter }}{% endcapture %} {% endif %} {% if author.linkedin %} {% capture author_linkedin %} {% endcapture %} @@ -82,9 +83,11 @@ layout: default
- + + + {{ twitter_follow_author }}