diff --git a/_includes/_author-bio.html b/_includes/_author-bio.html index 87d262d0..802c99a0 100644 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -9,6 +9,7 @@ {% endif %}

{{ author.name }}

{{ author.bio }}

+{% if author.email %} {{ author.email }}{% endif %} {% if author.twitter %} Twitter{% endif %} {% if author.facebook %} Facebook{% endif %} {% if author.google_plus %} Google+{% endif %} diff --git a/feed.xml b/feed.xml index 1987c2c3..948c52bf 100644 --- a/feed.xml +++ b/feed.xml @@ -13,7 +13,7 @@ sitemap: false {{ site.owner.name }} {{ site.url }}/ - {{ site.owner.email }} + {% if site.owner.email %}{{ site.owner.email }}{% endif %} {% for post in site.posts limit:20 %}