aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-05-30 05:40:26 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-05-30 05:40:26 +0300
commit7dda8f1fa5976e97addd1737f2ef901e71ac2724 (patch)
treeef7edca921fb3d8600e3085714aa98c82a361a4b /_layouts
parentstd::call_once: rename the src/ folder (diff)
downloadjekyll-theme-7dda8f1fa5976e97addd1737f2ef901e71ac2724.tar.gz
jekyll-theme-7dda8f1fa5976e97addd1737f2ef901e71ac2724.zip
remove comments from posts
Comment sections were useless anyways.
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 9d91204..187b951 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -5,7 +5,6 @@
<p class="text-muted"><span class="glyphicon glyphicon-time"></span> Posted on {{ page.date | date_to_long_string }}</p>
{{ content }}
<hr/>
- {% include posts/comments.html %}
</div>
<div class="col-md-4">
{% include common/sidebar.html %}