Skip to content

Commit

Permalink
bug: comments appear at bottom of page
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir-Rashid committed Sep 18, 2024
1 parent 0d4e024 commit e37c098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _includes/comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ <h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_labe
{% endif %}
</section>
{% when "custom" %}
<h4 class="page__comments-title">{{ comments_label }}</h4>
<section id="comments"></section>
{% include /comments-providers/scripts.html %}
{% endcase %}
</div>
1 change: 0 additions & 1 deletion _includes/scripts.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<script src="{{ base_path }}/assets/js/main.min.js"></script>

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

0 comments on commit e37c098

Please sign in to comment.