From 06aa7c30775ebece3545b2e51efbb28e9381c6ec Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Wed, 28 Dec 2022 00:55:30 -0500 Subject: [PATCH] fix: prepend stackoverflow.com to author URL --- templates/question.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/question.html b/templates/question.html index 17b899e..afad65c 100644 --- a/templates/question.html +++ b/templates/question.html @@ -18,7 +18,7 @@

{{ .title }}

Asked {{ .timestamp }} by - {{ .author }}. + {{ .author }}.

{{ .body }}