aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-23 18:37:24 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-23 18:37:24 +0800
commitfcb5b714107c6bb90deb81420cdf6a044f8a9b24 (patch)
tree3d88760ffd96882719ee020a3be5f6dd0f617590
parenttmpl.go: Monospace input fields and consistent font sizes (diff)
downloadpowxy-fcb5b714107c6bb90deb81420cdf6a044f8a9b24.tar.gz
powxy-fcb5b714107c6bb90deb81420cdf6a044f8a9b24.tar.zst
powxy-fcb5b714107c6bb90deb81420cdf6a044f8a9b24.zip
tmpl.go: Remove unnecessary version prosev0.1.1
-rw-r--r--tmpl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl.go b/tmpl.go
index c161fe2..ca21b96 100644
--- a/tmpl.go
+++ b/tmpl.go
@@ -183,7 +183,7 @@ func init() {
</header>
<section>
- <p>This site is protected by <a href="{{ .Global.SourceURL }}">Powxy</a>{{ if .Global.Version }}, version {{ .Global.Version }}{{ end }}.</p>
+ <p>This site is protected by <a href="{{ .Global.SourceURL }}">Powxy</a>{{ if .Global.Version }} {{ .Global.Version }}{{ end }}.</p>
<p>You must complete this proof-of-work challenge before you can access this site.</p>
</section>