summaryrefslogtreecommitdiffstats
path: root/cmd/web
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web')
-rw-r--r--cmd/web/handlers.go2
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",
}