small refactor and cleanup to comments system

This commit is contained in:
Dean Attali 2020-04-01 17:37:53 -04:00
parent e19a4a7ed6
commit 4cdb150357
5 changed files with 12 additions and 21 deletions

6
_includes/comments.html Normal file
View file

@ -0,0 +1,6 @@
{% if page.comments %}
{% include disqus.html %}
{% include fb-comment.html %}
{% include staticman-comments.html %}
{% include utterances-comment.html %}
{% endif %}