Fixes #115
This commit is contained in:
parent
d7e4f800e7
commit
36a2cba82e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue