From 7dda8f1fa5976e97addd1737f2ef901e71ac2724 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 May 2017 05:40:26 +0300 Subject: remove comments from posts Comment sections were useless anyways. --- _layouts/post.html | 1 - 1 file changed, 1 deletion(-) (limited to '_layouts/post.html') 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 @@

Posted on {{ page.date | date_to_long_string }}

{{ content }}
- {% include posts/comments.html %}
{% include common/sidebar.html %} -- cgit v1.2.3