mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 03:24:11 +00:00
Fix bad copy pasta
This commit is contained in:
parent
d48262a6df
commit
c9dc8d5a90
1 changed files with 1 additions and 1 deletions
2
admin.go
2
admin.go
|
@ -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…
Reference in a new issue