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 %}