feat: parse answer author and timestamp
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user