diff --git a/404.html b/404.html
index c9e6576f..65cfe894 100644
--- a/404.html
+++ b/404.html
@@ -29,11 +29,11 @@
Similar URLs
-
-
-
+
+
+
diff --git a/_includes/footer.html b/_includes/footer.html
index b6bafbb9..5daa8906 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,5 +1,5 @@
\ No newline at end of file
diff --git a/_includes/header.html b/_includes/header.html
index 4f2f1b4d..da6666f2 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -5,11 +5,11 @@
{% endif %}
-
+
{{ site.subtitle }}
- - Home
+ - Home
{% assign pages = site.pages | sort:"weight" %}
{% for my_page in pages %}
diff --git a/_includes/post_scripts.html b/_includes/post_scripts.html
index 31495886..96a7e4da 100644
--- a/_includes/post_scripts.html
+++ b/_includes/post_scripts.html
@@ -3,9 +3,9 @@
'disqus_shortname': '{{ site.disqus_shortname }}'
};
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/_includes/twitter-meta.html b/_includes/twitter-meta.html
index c79c548c..6160171a 100644
--- a/_includes/twitter-meta.html
+++ b/_includes/twitter-meta.html
@@ -19,7 +19,7 @@
{% if page.url %}
{% capture page_url %}{{ page.url | replace:'/index.html','/' | absolute_url }}{% endcapture %}
-
+
{% endif %}
diff --git a/_layouts/about.html b/_layouts/about.html
index 22c5a9d7..5670197c 100644
--- a/_layouts/about.html
+++ b/_layouts/about.html
@@ -14,7 +14,7 @@
{% endunless %}
{% endfor %}
-{{ author.initial | slice: 0, 2 | downcase }}
+{{ author.initial | slice: 0, 2 | downcase }}
{% if author.cover %}
diff --git a/_layouts/default.html b/_layouts/default.html
index 08909825..1c97da8d 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -10,6 +10,6 @@