diff --git a/web/handler.go b/web/handler.go index d3963d8..197613e 100644 --- a/web/handler.go +++ b/web/handler.go @@ -82,7 +82,11 @@ func viewerGetHandler(w http.ResponseWriter, r *http.Request) { } host = realHost } - path = host + if path == "about" { + path = "" + } else { + path = host + } } // Render template