diff --git a/_includes/post-nav.html b/_includes/post-nav.html
index bb3b52d..9de3f08 100644
--- a/_includes/post-nav.html
+++ b/_includes/post-nav.html
@@ -9,10 +9,10 @@
{{ page.previous.title }}
{% else %}
-
-
-
+
{% endif %}
{% if page.next.url %}
@@ -21,10 +21,10 @@
{{ page.next.title }}
{% else %}
-
-
-
+
{% endif %}
diff --git a/_includes/post-paginator.html b/_includes/post-paginator.html
index 9d9608c..9d6a98d 100644
--- a/_includes/post-paginator.html
+++ b/_includes/post-paginator.html
@@ -47,7 +47,7 @@
{% if show %}
- {{ i }}
+ {{ i }}
{% else %}
diff --git a/_includes/refactor-content.html b/_includes/refactor-content.html
index dd09205..83329b3 100644
--- a/_includes/refactor-content.html
+++ b/_includes/refactor-content.html
@@ -217,7 +217,7 @@
{% assign left = left | replace: '">', '">' | append: '' %}
{% assign _new_content = _new_content | append: mark_start
- | append: left | append: anchor | append: mark_end | append: right
+ | append: left | append: anchor | append: right
%}
{% endfor %}
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index 9d45a43..4ecf539 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -5,7 +5,7 @@