Refactor Site-Wide Data
This commit is contained in:
parent
e5a5c64953
commit
887954d506
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ func handleHome(w http.ResponseWriter, r *http.Request) {
|
|||
LoggedIn: true,
|
||||
},
|
||||
}
|
||||
execTemplate(w, templateHome, &data.Common, &data.Login, *config, data)
|
||||
execTemplate(w, templateHome, data.Common, data.Login, *config, data)
|
||||
// templateHome.Execute(w, data)
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue