fix: pass down domain to comment for author URLs

This commit is contained in:
httpjamesm
2023-02-20 13:54:09 -05:00
parent d935ce72f6
commit f1370c29b6
4 changed files with 6 additions and 4 deletions

View File

@ -19,7 +19,7 @@
<div class="comment-author">
Commented {{ $comment.Timestamp }} by
<a
href="https://stackoverflow.com{{ $comment.AuthorURL }}"
href="https://{{ $comment.Domain }}{{ $comment.AuthorURL }}"
target="_blank"
rel="noopener noreferrer"
>{{ $comment.AuthorName }}</a