mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-04-19 13:29:15 +00:00
fix: prepend stackoverflow.com to author URL
This commit is contained in:
parent
47c4dc9de7
commit
06aa7c3077
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue