From b731258e18504ce41ba96ff890c96a385e7a3347 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Thu, 3 Oct 2024 22:34:48 +0200 Subject: Overhaul navbar and general site setup --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 084f1cf..1886736 100644 --- a/main.go +++ b/main.go @@ -76,6 +76,6 @@ func indexPage() http.HandlerFunc { return func(w http.ResponseWriter, r *http.Request) { uid := userId(r) u, _ := Q.GetUserById(r.Context(), uid) - showTemplate(w, "content", u.Name) + showTemplate(w, "index", u.Name) } } -- cgit v1.2.3-70-g09d2