When going to a comment from a user's page jump to it on page load

This commit is contained in:
Butter Cat 2024-09-09 19:41:13 -04:00
parent cd3aac276b
commit fca6b955a1
No known key found for this signature in database
GPG key ID: FF37BE4FDDB74419

View file

@ -61,7 +61,7 @@ body %}
<summary class="comment_data">
<a
class="comment_link"
href="{{ post.permalink }}"
href="{{ post.permalink }}#{{ post.id }}"
title="{{ post.link_title }}"
>{{ post.link_title }}</a
>