diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-23 18:33:45 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-23 18:33:45 +0800 |
commit | cef838ee6942e56c92206c850e2c391c9b22fec1 (patch) | |
tree | f7db9cd49cdac362d05373ea9ae2935a1d190307 | |
parent | README.md: SHA-256 isn't a good choice for this (diff) | |
download | powxy-cef838ee6942e56c92206c850e2c391c9b22fec1.tar.gz powxy-cef838ee6942e56c92206c850e2c391c9b22fec1.tar.zst powxy-cef838ee6942e56c92206c850e2c391c9b22fec1.zip |
tmpl.go: Capitalization and hyphenation of proof-of-work
-rw-r--r-- | tmpl.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 }} |