aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-23 18:33:45 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-23 18:33:45 +0800
commitcef838ee6942e56c92206c850e2c391c9b22fec1 (patch)
treef7db9cd49cdac362d05373ea9ae2935a1d190307
parentREADME.md: SHA-256 isn't a good choice for this (diff)
downloadpowxy-cef838ee6942e56c92206c850e2c391c9b22fec1.tar.gz
powxy-cef838ee6942e56c92206c850e2c391c9b22fec1.tar.zst
powxy-cef838ee6942e56c92206c850e2c391c9b22fec1.zip
tmpl.go: Capitalization and hyphenation of proof-of-work
-rw-r--r--tmpl.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmpl.go b/tmpl.go
index de77674..9d76b6f 100644
--- a/tmpl.go
+++ b/tmpl.go
@@ -18,7 +18,7 @@ func init() {
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
- <title>Proof of Work Challenge</title>
+ <title>Proof-of-work challenge</title>
<style>
html {
font-family: sans-serif;
@@ -177,12 +177,12 @@ func init() {
<body>
<main>
<header>
- <h1>Proof of Work Challenge</h1>
+ <h1>Proof-of-work challenge</h1>
</header>
<section>
<p>This site is protected by <a href="{{ .Global.SourceURL }}">Powxy</a>{{ if .Global.Version }}, version {{ .Global.Version }}{{ end }}.</p>
- <p>You must complete this proof of work challenge before you can access this site.</p>
+ <p>You must complete this proof-of-work challenge before you can access this site.</p>
</section>
{{- if .Message }}