This commit is contained in:
Panos Sakkos 2015-11-23 02:37:37 +01:00
parent d7e4f800e7
commit 36a2cba82e

View file

@ -12,7 +12,7 @@
<section id="post" class="container content-section text-center"> <section id="post" class="container content-section text-center">
<div class="row"> <div class="row">
<div class="col-md-10 col-md-offset-1 col-xs-10 col-xs-offset-1"> <div class="col-md-10 col-md-offset-1">
{% include swipe-instructions.html %} {% include swipe-instructions.html %}
@ -28,7 +28,7 @@
{{ page.content | markdownify }} {{ page.content | markdownify }}
{% include share.html %} {% include share.html %}
{% if jekyll.environment == "production" %} {% if jekyll.environment == "production" %}
{% include comments.html %} {% include comments.html %}
{% endif %} {% endif %}