Fix: Correct typo in challenge page title (main) (#174)
- Fixed a typo in the challenge page title, removing an unnecessary backslash. - Updated the index page title to "Making sure you're not a bot!". Signed-off-by: Jason Cameron <git@jasoncameron.dev>
This commit is contained in:
parent
eab62f7611
commit
feca1ddeea
2 changed files with 2 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ func (s *Server) MaybeReverseProxy(w http.ResponseWriter, r *http.Request) {
|
|||
func (s *Server) RenderIndex(w http.ResponseWriter, r *http.Request) {
|
||||
handler := internal.NoStoreCache(
|
||||
templ.Handler(
|
||||
web.Base("Making sure you\\'re not a bot!", web.Index()),
|
||||
web.Base("Making sure you're not a bot!", web.Index()),
|
||||
),
|
||||
)
|
||||
handler.ServeHTTP(w, r)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue