From 3a1a8758fb7cca44790b02feee19157322e4a652 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sat, 4 Aug 2018 08:10:08 +0200 Subject: [PATCH] Remove Disqus from the posts No one ever used them anyway. --- _includes/disqus.html | 14 -------------- _layouts/post.html | 2 -- 2 files changed, 16 deletions(-) delete mode 100644 _includes/disqus.html diff --git a/_includes/disqus.html b/_includes/disqus.html deleted file mode 100644 index 48131fa..0000000 --- a/_includes/disqus.html +++ /dev/null @@ -1,14 +0,0 @@ -
- - -comments powered by Disqus diff --git a/_layouts/post.html b/_layouts/post.html index a0f5ed9..b6318df 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,5 +16,3 @@ render_post: true {% endif %} - -{% include disqus.html %}