Fix bad copy pasta

This commit is contained in:
Matt Baer 2023-09-22 12:46:21 -04:00
parent d48262a6df
commit c9dc8d5a90
1 changed files with 1 additions and 1 deletions

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(),