fix: prepend stackoverflow.com to author URL
This commit is contained in:
parent
47c4dc9de7
commit
06aa7c3077
@ -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…
x
Reference in New Issue
Block a user