diff --git a/_layouts/single.html b/_layouts/single.html
index deb71709..c6988b4d 100644
--- a/_layouts/single.html
+++ b/_layouts/single.html
@@ -8,13 +8,15 @@ layout: default
{{ content }}
-
- {% if page.prev %}
-
← Prev
- {% endif %}
- {% if page.next %}
-
Next →
- {% endif %}
-
+ {% if page.prev or page.next %}
+
+ {% if page.prev %}
+
← Prev
+ {% endif %}
+ {% if page.next %}
+
Next →
+ {% endif %}
+
+ {% endif %}