diff --git a/_config.yml b/_config.yml
index f7651bfb..59ea3183 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 ffbb8c9b..3378a352 100644
--- a/_includes/_author-bio.html
+++ b/_includes/_author-bio.html
@@ -1,4 +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 %} diff --git a/_includes/_head.html b/_includes/_head.html index 22362d4d..54fd8cc6 100644 --- a/_includes/_head.html +++ b/_includes/_head.html @@ -3,20 +3,43 @@ {% if site.owner.twitter %} -{% if page.image.feature %} - + {% else %} - "{{ site.url }}/images/{{ page.image.feature }}"> + + {% endif %} -{% else %} -{% endif %} - - -{% endif %} + + + +{% endif %}