diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/web/handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web/handlers.go b/cmd/web/handlers.go index 7a8f79e..fd70c5e 100644 --- a/cmd/web/handlers.go +++ b/cmd/web/handlers.go @@ -31,7 +31,7 @@ func (app *application) home(w http.ResponseWriter, r *http.Request) { files := []string{ "./ui/html/base.tmpl.html", - // "./ui/html/pages/home.tmpl.html", + "./ui/html/pages/home.tmpl.html", // "./ui/html/partials/nav.tmpl.html", } |