diff options
Diffstat (limited to 'backend/home.go')
| -rw-r--r-- | backend/home.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/home.go b/backend/home.go index be01b9d..f824a69 100644 --- a/backend/home.go +++ b/backend/home.go @@ -83,6 +83,7 @@ func handleGenericRoot(w http.ResponseWriter, r *http.Request, name string) { } panic(err) } + d.URL = "/" + name d.Content, ok = parse(b, new(EntryInfo), d.data) if !ok { w.WriteHeader(http.StatusInternalServerError) |
