Skip to content

Commit e37c098

Browse files
committed
bug: comments appear at bottom of page
1 parent 0d4e024 commit e37c098

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_includes/comments.html

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ <h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_labe
7676
{% endif %}
7777
</section>
7878
{% when "custom" %}
79+
<h4 class="page__comments-title">{{ comments_label }}</h4>
7980
<section id="comments"></section>
81+
{% include /comments-providers/scripts.html %}
8082
{% endcase %}
8183
</div>

_includes/scripts.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
<script src="{{ base_path }}/assets/js/main.min.js"></script>
22

33
{% include analytics.html %}
4-
{% include /comments-providers/scripts.html %}

0 commit comments

Comments
 (0)