small refactor and cleanup to comments system
This commit is contained in:
parent
e19a4a7ed6
commit
4cdb150357
5 changed files with 12 additions and 21 deletions
6
_includes/comments.html
Normal file
6
_includes/comments.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{% if page.comments %}
|
||||
{% include disqus.html %}
|
||||
{% include fb-comment.html %}
|
||||
{% include staticman-comments.html %}
|
||||
{% include utterances-comment.html %}
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue