2019-03-28 19:40:33 -04:00
|
|
|
{% 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 "staticman" %}
|
|
|
|
{% include /comments-providers/staticman.html %}
|
|
|
|
{% when "staticman_v2" %}
|
|
|
|
{% include /comments-providers/staticman_v2.html %}
|
|
|
|
{% when "utterances" %}
|
|
|
|
{% include /comments-providers/utterances.html %}
|
2023-02-10 04:44:06 -05:00
|
|
|
{% when "giscus" %}
|
|
|
|
{% include /comments-providers/giscus.html %}
|
2019-03-28 19:40:33 -04:00
|
|
|
{% when "custom" %}
|
2023-02-10 04:44:06 -05:00
|
|
|
{% include /comments-providers/custom_scripts.html %}
|
2019-03-28 19:40:33 -04:00
|
|
|
{% endcase %}
|
|
|
|
{% endif %}
|