mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2024-12-06 19:16:43 +01:00
fix: prepend stackoverflow.com to author URL
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<h1>{{ .title }}</h1>
|
||||
<p class="timestamp">
|
||||
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>
|
||||
</div>
|
||||
<div class="card-body">{{ .body }}</div>
|
||||
|
||||
Reference in New Issue
Block a user