fix: prepend stackoverflow.com to author URL

This commit is contained in:
httpjamesm 2022-12-28 00:55:30 -05:00
parent 47c4dc9de7
commit 06aa7c3077

View File

@ -18,7 +18,7 @@
<h1>{{ .title }}</h1> <h1>{{ .title }}</h1>
<p class="timestamp"> <p class="timestamp">
Asked {{ .timestamp }} by Asked {{ .timestamp }} by
<a href="{{ .authorURL }}" target="_blank" rel="noopener noreferrer">{{ .author }}</a>. <a href="https://stackoverflow.com{{ .authorURL }}" target="_blank" rel="noopener noreferrer">{{ .author }}</a>.
</p> </p>
</div> </div>
<div class="card-body">{{ .body }}</div> <div class="card-body">{{ .body }}</div>