_includes/comments.html in minimal-mistakes-jekyll-4.2.1 vs _includes/comments.html in minimal-mistakes-jekyll-4.2.2
- old
+ new
@@ -1,8 +1,11 @@
<div class="page__comments">
{% capture comments_label %}{{ site.data.ui-text[site.locale].comments_label | default: "Comments" }}{% endcapture %}
{% case site.comments.provider %}
+ {% when "discourse" %}
+ <h4 class="page__comments-title">{{ comments_label }}</h4>
+ <section id="discourse-comments"></section>
{% when "disqus" %}
<h4 class="page__comments-title">{{ comments_label }}</h4>
<section id="disqus_thread"></section>
{% when "facebook" %}
<h4 class="page__comments-title">{{ comments_label }}</h4>
@@ -75,6 +78,6 @@
{% endif %}
</section>
{% when "custom" %}
<section id="custom-comments"></section>
{% endcase %}
-</div>
\ No newline at end of file
+</div>