diff --git a/_includes/comments.html b/_includes/comments.html index dfd0be77..ecf10272 100644 --- a/_includes/comments.html +++ b/_includes/comments.html @@ -1,6 +1,9 @@
{% capture comments_label %}{{ site.data.ui-text[site.locale].comments_label | default: "Comments" }}{% endcapture %} {% case site.comments.provider %} + {% when "discourse" %} +

{{ comments_label }}

+
{% when "disqus" %}

{{ comments_label }}

@@ -77,4 +80,4 @@ {% when "custom" %}
{% endcase %} -
\ No newline at end of file +