feat: parse answer author and timestamp

This commit is contained in:
httpjamesm 2022-12-27 23:23:19 -05:00
parent 010bd290af
commit 85dad1cbe0
3 changed files with 67 additions and 6 deletions

View file

@ -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>