We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4e024 commit e37c098Copy full SHA for e37c098
_includes/comments.html
@@ -76,6 +76,8 @@ <h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_labe
76
{% endif %}
77
</section>
78
{% when "custom" %}
79
+ <h4 class="page__comments-title">{{ comments_label }}</h4>
80
<section id="comments"></section>
81
+ {% include /comments-providers/scripts.html %}
82
{% endcase %}
83
</div>
_includes/scripts.html
@@ -1,4 +1,3 @@
1
<script src="{{ base_path }}/assets/js/main.min.js"></script>
2
3
{% include analytics.html %}
4
-{% include /comments-providers/scripts.html %}
0 commit comments