diff --git a/_layouts/default.html b/_layouts/default.html
index d6f9030..cb11fd7 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,5 +1,5 @@
-
+
@@ -47,7 +47,7 @@
{{ content }}
diff --git a/blog/index.html b/blog/index.html
index a462ea3..e69a5e2 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -32,14 +32,14 @@ title: Tyler Hallada - Blog
{% if paginator.previous_page %}
{% if paginator.page == 2 %}
-
« Previous
+
« Previous
{% else %}
-
« Previous
+
« Previous
{% endif %}
{% endif %}
Page {{ paginator.page }} of {{ paginator.total_pages }}
{% if paginator.next_page %}
-
Next »
+
Next »
{% endif %}
diff --git a/index.html b/index.html
index b052bff..db89c5a 100644
--- a/index.html
+++ b/index.html
@@ -48,7 +48,7 @@ title: Tyler Hallada