summaryrefslogtreecommitdiff
path: root/_includes/JB/comments
blob: 58fdff676ed4d268ff9e4399802bebf896d6b6a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% if site.JB.comments.provider and page.JB.comments != false %}

{% case site.JB.comments.provider %}
{% when "disqus" %}
  {% include JB/comments-providers/disqus %}
{% when "livefyre" %}
  {% include JB/comments-providers/livefyre %}
{% when "intensedebate" %}
  {% include JB/comments-providers/intensedebate %}
{% when "facebook" %}
  {% include JB/comments-providers/facebook %}
{% when "custom" %}
  {% include custom/comments %}
{% endcase %}

{% endif %}