1
0
mirror of https://github.com/writeas/writefreely synced 2025-01-14 07:35:42 +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,
})
}
if !hasAbout {
if !hasContact {
p.Pages = append(p.Pages, &instanceContent{
ID: "contact",
Title: defaultContactTitle(),