f6f7d0cd97
The comment system can be changed to embed topics from the Discourse forum software: http://discourse.org/ More details: https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963
16 lines
No EOL
471 B
HTML
16 lines
No EOL
471 B
HTML
{% if site.comments.provider and page.comments %}
|
|
|
|
{% case site.comments.provider %}
|
|
{% when "disqus" %}
|
|
{% include /comments-providers/disqus.html %}
|
|
{% when "discourse" %}
|
|
{% include /comments-providers/discourse.html %}
|
|
{% when "facebook" %}
|
|
{% include /comments-providers/facebook.html %}
|
|
{% when "google-plus" %}
|
|
{% include /comments-providers/google-plus.html %}
|
|
{% when "custom" %}
|
|
{% include /comments-providers/custom.html %}
|
|
{% endcase %}
|
|
|
|
{% endif %} |