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:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user