Skip to content

Commit 552b15f

Browse files
committed
feat(templates): wrap comments section with id="comments"
1 parent 0fb94e6 commit 552b15f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

templates/post.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
</div>
8181

8282
<!-- COMMENTS -->
83+
<div id="comments">
8384
{% for c in comments -%}
8485
<div class="thread">
8586
{% if single_thread %}
@@ -92,6 +93,7 @@
9293
{{ c.render().unwrap()|safe }}
9394
</div>
9495
{%- endfor %}
96+
</div>
9597

9698
</div>
9799
{% endblock %}

0 commit comments

Comments
 (0)