1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-11-21 01:24:55 +00:00

Replace /page/ with /hypha/ everywhere

This commit is contained in:
handlerug
2021-06-14 14:13:29 +07:00
parent 9dde11aa40
commit eefa797097
10 changed files with 18 additions and 18 deletions

View File

@@ -30,7 +30,7 @@ func httpErr(w http.ResponseWriter, status int, name, title, errMsg string) {
views.BaseHTML(
title,
fmt.Sprintf(
`<main class="main-width"><p>%s. <a href="/page/%s">Go back to the hypha.<a></p></main>`,
`<main class="main-width"><p>%s. <a href="/hypha/%s">Go back to the hypha.<a></p></main>`,
errMsg,
name,
),