mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-05-14 05:52:54 +00:00
feat: SO/SE converter
refactor: rework some author logic
This commit is contained in:
parent
63a30ab1cf
commit
abfd0cfb6f
6 changed files with 49 additions and 29 deletions
|
@ -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
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<p class="timestamp">
|
||||
Asked {{ .question.Timestamp }} by
|
||||
<a
|
||||
href="https://{{ .domain }}{{ .question.AuthorURL }}"
|
||||
href="{{ .question.AuthorURL }}"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>{{ .question.AuthorName }}</a
|
||||
|
@ -87,7 +87,7 @@
|
|||
<div class="answer-author">
|
||||
Answered {{ $answer.Timestamp }} by
|
||||
<a
|
||||
href="https://{{ .domain }}{{ $answer.AuthorURL }}"
|
||||
href="{{ $answer.AuthorURL }}"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>{{ $answer.AuthorName }}</a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue