mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 21:47:40 +03:00
When going to a comment from a user's page jump to it on page load
This commit is contained in:
parent
cd3aac276b
commit
fca6b955a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue