diff options
author | Valentin Popov <info@valentineus.link> | 2018-12-06 21:23:07 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-12-06 21:23:29 +0300 |
commit | 4b85eb999cb1e06da13ed9e436e370e09523537b (patch) | |
tree | 2be93108c57566310dd3809260bd7790d10f2a88 /_layouts/post.html | |
parent | c99c6bcc4620eaa5f28820de71f748164f528a7d (diff) | |
download | popov.link-4b85eb999cb1e06da13ed9e436e370e09523537b.tar.xz popov.link-4b85eb999cb1e06da13ed9e436e370e09523537b.zip |
feat(comments): Delete your own development
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index ce0edcb..b35e73c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -28,8 +28,4 @@ layout: default {{ content }} </section> - <!-- Comments --> - <section> - {% include comments.html %} - </section> </article> |