Browse Source

Fix bad copy pasta

better-server-error
Matt Baer 7 months ago
parent
commit
c9dc8d5a90
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      admin.go

+ 1
- 1
admin.go View File

@@ -460,7 +460,7 @@ func handleViewAdminPages(app *App, u *User, w http.ResponseWriter, r *http.Requ
Updated: defaultPageUpdatedTime,
})
}
if !hasAbout {
if !hasContact {
p.Pages = append(p.Pages, &instanceContent{
ID: "contact",
Title: defaultContactTitle(),


Loading…
Cancel
Save