Files @ 8966c2ff3ea1
Branch filter:

Location: libtransport.git/_includes/JB/comments - annotation

vitalyster
Merge pull request #47 from rigid/patch-4

Added note for choosing "swift-2.x" branch when using the swift live ebu...
{% if site.JB.comments.provider and page.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 %}