diff --git a/_includes/archive-single.html b/_includes/archive-single.html
index 93755e38..769d9184 100644
--- a/_includes/archive-single.html
+++ b/_includes/archive-single.html
@@ -25,13 +25,13 @@
{% endif %}
{% if post.read_time %}
- {% include read-time.html %}
+ {% include read-time.html %}
{% endif %}
{% if post.excerpt %}{{ post.excerpt | markdownify | strip_html | truncate: 160 }}
{% endif %}
diff --git a/_includes/author-profile-custom-links.html b/_includes/author-profile-custom-links.html
index 3560e258..cf86521a 100644
--- a/_includes/author-profile-custom-links.html
+++ b/_includes/author-profile-custom-links.html
@@ -1,7 +1,7 @@
\ No newline at end of file
diff --git a/_includes/author-profile.html b/_includes/author-profile.html
index 99191b6b..8c535192 100644
--- a/_includes/author-profile.html
+++ b/_includes/author-profile.html
@@ -47,14 +47,14 @@
{% if author.location %}
-
- {{ author.location }}
+ {{ author.location }}
{% endif %}
{% if author.uri %}
-
- {{ site.data.ui-text[site.locale].website_label | default: "Website" }}
+ {{ site.data.ui-text[site.locale].website_label | default: "Website" }}
{% endif %}
@@ -63,7 +63,7 @@
-
- {{ site.data.ui-text[site.locale].email_label | default: "Email" }}
+ {{ site.data.ui-text[site.locale].email_label | default: "Email" }}
{% endif %}
@@ -71,7 +71,7 @@
{% if author.keybase %}
-
- Keybase
+ Keybase
{% endif %}
@@ -79,7 +79,7 @@
{% if author.twitter %}
-
- Twitter
+ Twitter
{% endif %}
@@ -87,7 +87,7 @@
{% if author.facebook %}
-
- Facebook
+ Facebook
{% endif %}
@@ -95,7 +95,7 @@
{% if author.google_plus %}
-
- Google+
+ Google+
{% endif %}
@@ -103,7 +103,7 @@
{% if author.linkedin %}
-
- LinkedIn
+ LinkedIn
{% endif %}
@@ -111,7 +111,7 @@
{% if author.xing %}
-
- XING
+ XING
{% endif %}
@@ -119,7 +119,7 @@
{% if author.instagram %}
-
- Instagram
+ Instagram
{% endif %}
@@ -127,7 +127,7 @@
{% if author.tumblr %}
-
- Tumblr
+ Tumblr
{% endif %}
@@ -135,7 +135,7 @@
{% if author.bitbucket %}
-
- Bitbucket
+ Bitbucket
{% endif %}
@@ -143,7 +143,7 @@
{% if author.github %}
-
- GitHub
+ GitHub
{% endif %}
@@ -151,7 +151,7 @@
{% if author.gitlab %}
-
- GitLab
+ GitLab
{% endif %}
@@ -159,7 +159,7 @@
{% if author.stackoverflow %}
-
- Stack Overflow
+ Stack Overflow
{% endif %}
@@ -167,7 +167,7 @@
{% if author.lastfm %}
-
- Last.fm
+ Last.fm
{% endif %}
@@ -175,7 +175,7 @@
{% if author.dribbble %}
-
- Dribbble
+ Dribbble
{% endif %}
@@ -183,7 +183,7 @@
{% if author.pinterest %}
-
- Pinterest
+ Pinterest
{% endif %}
@@ -191,7 +191,7 @@
{% if author.foursquare %}
-
- Foursquare
+ Foursquare
{% endif %}
@@ -199,7 +199,7 @@
{% if author.steam %}
-
- Steam
+ Steam
{% endif %}
@@ -208,13 +208,13 @@
{% if author.youtube contains "://" %}
-
- YouTube
+ YouTube
{% else author.youtube %}
-
- YouTube
+ YouTube
{% endif %}
@@ -223,7 +223,7 @@
{% if author.soundcloud %}
-
- SoundCloud
+ SoundCloud
{% endif %}
@@ -231,7 +231,7 @@
{% if author.weibo %}
-
- Weibo
+ Weibo
{% endif %}
@@ -239,7 +239,7 @@
{% if author.flickr %}
-
- Flickr
+ Flickr
{% endif %}
@@ -247,7 +247,7 @@
{% if author.codepen %}
-
- CodePen
+ CodePen
{% endif %}
@@ -255,7 +255,7 @@
{% if author.vine %}
-
- Vine
+ Vine
{% endif %}
diff --git a/_includes/category-list.html b/_includes/category-list.html
index c1f81a56..97408c9c 100644
--- a/_includes/category-list.html
+++ b/_includes/category-list.html
@@ -14,7 +14,7 @@
{% assign category_hashes = page_categories | split: ',' | sort %}
- {{ site.data.ui-text[site.locale].categories_label | default: "Categories:" }}
+ {{ site.data.ui-text[site.locale].categories_label | default: "Categories:" }}
{% for hash in category_hashes %}
{% assign keyValue = hash | split: '#' %}
diff --git a/_includes/comments-providers/staticman.html b/_includes/comments-providers/staticman.html
index 471fa867..8ff912f2 100644
--- a/_includes/comments-providers/staticman.html
+++ b/_includes/comments-providers/staticman.html
@@ -7,7 +7,7 @@
var form = this;
$(form).addClass('disabled');
- $('#comment-form-submit').html(' {{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}');
+ $('#comment-form-submit').html(' {{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}');
$.ajax({
type: $(this).attr('method'),
diff --git a/_includes/comments-providers/staticman_v2.html b/_includes/comments-providers/staticman_v2.html
index 471fa867..8ff912f2 100644
--- a/_includes/comments-providers/staticman_v2.html
+++ b/_includes/comments-providers/staticman_v2.html
@@ -7,7 +7,7 @@
var form = this;
$(form).addClass('disabled');
- $('#comment-form-submit').html(' {{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}');
+ $('#comment-form-submit').html(' {{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}');
$.ajax({
type: $(this).attr('method'),
diff --git a/_includes/comments.html b/_includes/comments.html
index a3c96310..a57794e8 100644
--- a/_includes/comments.html
+++ b/_includes/comments.html
@@ -52,7 +52,7 @@
{{ site.data.ui-text[site.locale].comment_form_info | default: "Your email address will not be published. Required fields are marked" }} *
diff --git a/_includes/page__hero.html b/_includes/page__hero.html
index 5f0bd014..b50ce76a 100644
--- a/_includes/page__hero.html
+++ b/_includes/page__hero.html
@@ -46,7 +46,7 @@
{{ page.excerpt | markdownify | remove: "
" | remove: "
" }}
{% endif %}
{% if site.read_time and page.read_time %}
- {% include read-time.html %}
+ {% include read-time.html %}
{% endif %}
{% if page.header.cta_url %}
{{ page.header.cta_label | default: site.data.ui-text[site.locale].more_label | default: "Learn More" }}
diff --git a/_includes/scripts.html b/_includes/scripts.html
index a242f8e1..ba45b6fc 100644
--- a/_includes/scripts.html
+++ b/_includes/scripts.html
@@ -9,6 +9,7 @@
{% endfor %}
{% else %}
+
{% endif %}
{% if site.search == true or page.layout == "search" %}
diff --git a/_includes/social-share.html b/_includes/social-share.html
index 9d375efe..10161aa0 100644
--- a/_includes/social-share.html
+++ b/_includes/social-share.html
@@ -3,11 +3,11 @@
{{ site.data.ui-text[site.locale].share_on_label | default: "Share on" }}
{% endif %}
-
+
- Facebook
+ Facebook
- Google+
+ Google+
- LinkedIn
+ LinkedIn
diff --git a/_includes/tag-list.html b/_includes/tag-list.html
index dd668281..4bd97d7c 100644
--- a/_includes/tag-list.html
+++ b/_includes/tag-list.html
@@ -14,7 +14,7 @@
{% assign tag_hashes = page_tags | split: ',' | sort %}
- {{ site.data.ui-text[site.locale].tags_label | default: "Tags:" }}
+ {{ site.data.ui-text[site.locale].tags_label | default: "Tags:" }}
{% for hash in tag_hashes %}
{% assign keyValue = hash | split: '#' %}
diff --git a/_includes/toc b/_includes/toc
index 6ba831c9..6423ccdc 100644
--- a/_includes/toc
+++ b/_includes/toc
@@ -1,6 +1,6 @@