github
diff --git a/docs/layouts/post.html b/docs/layouts/post.html
index b45464d..155b8cc 100644
--- a/docs/layouts/post.html
+++ b/docs/layouts/post.html
@@ -12,4 +12,29 @@ layout: base
{% endif %}
{{ content }}
+
+
+
+
+ {% comment%}
+ if page.date then it's a post, and we want to invert the prev/next for the controls:
+ the next arrow should take you to the newer post, which appears fist in the site.posts list.
+ {%endcomment%}
+ {% if page.date %}
+ {% assign previous = page.next %}
+ {% assign next = page.previous %}
+ {% else %}
+ {% assign previous = page.previous %}
+ {% assign next = page.next %}
+ {% endif %}
+
+
diff --git a/docs/src/index.html b/docs/src/index.html
index 8b485ca..926b407 100644
--- a/docs/src/index.html
+++ b/docs/src/index.html
@@ -41,7 +41,7 @@ $ jorge serve