1
0
mirror of https://github.com/writeas/writefreely synced 2025-01-28 07:59:21 +01:00

Fix bad copy pasta

This commit is contained in:
Matt Baer 2023-09-22 12:46:21 -04:00
parent d48262a6df
commit c9dc8d5a90

View File

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