diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 03:44:34 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 03:44:34 +0300 |
commit | 067fb6cf9c5f26b8d6e6c28cb23bdf2f2cca631c (patch) | |
tree | d6cb72e35ef8a2ff88611cb79bbe60cda03b5262 | |
parent | rename layouts & minor "Plots" markup fixes (diff) | |
download | sorting-algorithms-067fb6cf9c5f26b8d6e6c28cb23bdf2f2cca631c.tar.gz sorting-algorithms-067fb6cf9c5f26b8d6e6c28cb23bdf2f2cca631c.zip |
remove comments from posts
It's a consequence of the aforementioned history rewriting I did.
Comment sections used to exist, but I wiped them along with all the
posts.
-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 %} |