From 36a2cba82e77641feed590e15afe004e89f81f3a Mon Sep 17 00:00:00 2001 From: Panos Sakkos Date: Mon, 23 Nov 2015 02:37:37 +0100 Subject: [PATCH] Fixes #115 --- _layouts/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 52358e0..e7c3696 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -12,7 +12,7 @@
-
+
{% include swipe-instructions.html %} @@ -28,7 +28,7 @@ {{ page.content | markdownify }} {% include share.html %} - + {% if jekyll.environment == "production" %} {% include comments.html %} {% endif %}