mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-05-25 11:22:27 +00:00
feat: parse answer author and timestamp
This commit is contained in:
parent
010bd290af
commit
85dad1cbe0
3 changed files with 67 additions and 6 deletions
|
@ -15,7 +15,7 @@
|
|||
<h1>{{ .title }}</h1>
|
||||
<p class="timestamp">
|
||||
Asked {{ .timestamp }} by
|
||||
<a href="{{ .authorURL }}">{{ .author }}</a>.
|
||||
<a href="{{ .authorURL }}" target="_blank" rel="noopener noreferrer">{{ .author }}</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div class="card-body">{{ .body }}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue