diff options
| author | Bobby <[email protected]> | 2022-10-10 12:33:41 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-10-10 12:33:41 -0400 |
| commit | 768d36b08fcb035822f67d7ede8d2cd3e6b211ce (patch) | |
| tree | fccfc4311c1add76ba3b547aaef1742a3aa4e877 /templates | |
| parent | b2da687b0a39930c64e40223fbbece0d399047fa (diff) | |
| download | thatcomputerscientist-768d36b08fcb035822f67d7ede8d2cd3e6b211ce.tar.xz thatcomputerscientist-768d36b08fcb035822f67d7ede8d2cd3e6b211ce.zip | |
Revert "Revert "Scroll to comment on any comment action""
This reverts commit 04590ac145dd63a09b02d774ef1b53d8f8a24f7c.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/blog/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/post.html b/templates/blog/post.html index f7984107..f10445a2 100644 --- a/templates/blog/post.html +++ b/templates/blog/post.html @@ -21,7 +21,7 @@ <div id="comments" style="margin-top: 3rem;"> <h3>Comments</h3> {% for comment in comments %} - <div class="comment"> + <div class="comment" id="comment-{{ comment.id }}"> <div class="profile-picture"> <img src="https://www.gravatar.com/avatar/{{ comment.avatar }}?s=100" alt="Profile Picture"> </div> |
