diff --git a/_config.yml b/_config.yml
index 59ea3183..f7651bfb 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,7 +1,7 @@
title: Site Title
description: Describe your website.
# Your site's domain goes here. Leave localhost server or blank when working locally.
-url: http://localhost:4000
+url: #http://localhost:4000
# Owner/author information
owner:
diff --git a/_includes/_author-bio.html b/_includes/_author-bio.html
index 0a6628fc..ffbb8c9b 100644
--- a/_includes/_author-bio.html
+++ b/_includes/_author-bio.html
@@ -1,15 +1,10 @@
-{% if site.owner.avatar contains 'http://' %}
-
-{% elsif site.owner.avatar contains 'https://' %}
-
-{% else %}
-
-{% endif %}
+
{{ site.owner.bio }}
{% if site.owner.twitter %} Twitter{% endif %} {% if site.owner.facebook %} Facebook{% endif %} -{% if site.owner.google_plus %} Google+{% endif %} +{% if site.owner.google_plus %} Google+{% endif %} {% if site.owner.linkedin %} LinkedIn{% endif %} {% if site.owner.instagram %} Instagram{% endif %} {% if site.owner.tumblr %} Tumblr{% endif %}