diff --git a/_includes/comments.html b/_includes/comments.html new file mode 100644 index 0000000..5afdf39 --- /dev/null +++ b/_includes/comments.html @@ -0,0 +1,6 @@ +{% if page.comments %} + {% include disqus.html %} + {% include fb-comment.html %} + {% include staticman-comments.html %} + {% include utterances-comment.html %} +{% endif %} \ No newline at end of file diff --git a/_includes/disqus.html b/_includes/disqus.html index dd80975..3c55422 100644 --- a/_includes/disqus.html +++ b/_includes/disqus.html @@ -1,4 +1,5 @@ {%- if site.disqus -%} +