feat: SO/SE converter

refactor: rework some author logic
This commit is contained in:
httpjamesm
2023-02-20 14:17:24 -05:00
parent 63a30ab1cf
commit abfd0cfb6f
6 changed files with 49 additions and 29 deletions

View File

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