From 73d41d72776ab2a5d15188469cce23ad1f2d2165 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 6 Aug 2014 22:56:37 -0400 Subject: [PATCH] Change link name from email address to just "Email" - Fixes #68 --- _includes/_author-bio.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/_author-bio.html b/_includes/_author-bio.html index 802c99a..6bfc79f 100644 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -9,7 +9,7 @@ {% endif %}

{{ author.name }}

{{ author.bio }}

-{% if author.email %} {{ author.email }}{% endif %} +{% if author.email %} Email{% endif %} {% if author.twitter %} Twitter{% endif %} {% if author.facebook %} Facebook{% endif %} {% if author.google_plus %} Google+{% endif %} -- 2.43.0