diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 05:40:26 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 05:40:26 +0300 |
commit | 7dda8f1fa5976e97addd1737f2ef901e71ac2724 (patch) | |
tree | ef7edca921fb3d8600e3085714aa98c82a361a4b /_layouts | |
parent | std::call_once: rename the src/ folder (diff) | |
download | jekyll-theme-7dda8f1fa5976e97addd1737f2ef901e71ac2724.tar.gz jekyll-theme-7dda8f1fa5976e97addd1737f2ef901e71ac2724.zip |
remove comments from posts
Comment sections were useless anyways.
Diffstat (limited to '')
-rw-r--r-- | _layouts/post.html | 1 |
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 %} |