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 }}