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:
parent
d48262a6df
commit
c9dc8d5a90
2
admin.go
2
admin.go
@ -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(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user