comments.html 243 B

12345678
  1. {% if page.comments %}
  2. {% include disqus.html %}
  3. {% include fb-comment.html %}
  4. {% include staticman-comments.html %}
  5. {% include utterances-comment.html %}
  6. {% include giscus-comment.html %}
  7. {% include commentbox.html %}
  8. {% endif %}