Fix bug - include section for Discourse embedded comments (#825)
This commit is contained in:
parent
ac938d457b
commit
b86240b26a
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue