From 66e0c849fc734be675ef7a8c605b229c1f666fd0 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Fri, 25 Apr 2025 17:48:35 -0300 Subject: [PATCH] "browse" goes to jumble instead of self-hosted jouble. --- handler.go | 28 ---------------------------- layout.templ | 2 +- main.go | 1 - 3 files changed, 1 insertion(+), 30 deletions(-) diff --git a/handler.go b/handler.go index a483547..dc71c59 100644 --- a/handler.go +++ b/handler.go @@ -91,31 +91,3 @@ func reportsViewerHandler(w http.ResponseWriter, r *http.Request) { reportsPage(events, getLoggedUser(r)).Render(r.Context(), w) } - -func joubleHandler(w http.ResponseWriter, r *http.Request) { - fmt.Fprintf(w, ` - - - - - - pyramid - - - - - - -
- - - -`) -} diff --git a/layout.templ b/layout.templ index 9f8c76e..a44f26b 100644 --- a/layout.templ +++ b/layout.templ @@ -21,7 +21,7 @@ templ layout(loggedUser string) {