diff --git a/_layouts/post.html b/_layouts/post.html
index 364b76c..751b984 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -22,15 +22,13 @@ sidebar:
{%- if page.previous -%}
{{ page.previous.title | escape |
- truncatewords: 6 }}
+ page.previous.title | escape }}">{{ page.previous.title | escape | truncatewords: 6 }}
{%- else -%}
{%- endif -%}
{%- if page.next -%}
-
{{ page.next.title | escape | truncatewords: 6 }}
+
{{ page.next.title | escape | truncatewords: 6 }}
{%- else -%}
{%- endif -%}
@@ -41,7 +39,7 @@ sidebar: