diff --git a/_layouts/post.html b/_layouts/post.html
index 7e46eead..c8cf6f32 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -7,6 +7,16 @@ layout: default
{{ content }}
+ {% if page.previous.url %}
+
« {{page.previous.title}}
+ {% endif %}
+ {% if page.next.url %}
+
{{page.next.title}} »
+ {% endif %}
+
+
{% include google_adsense.html %}