diff options
Diffstat (limited to '_layouts')
-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 %} |