git.sophuwu.com > myweb
done i hope
parent

571546cfbb6ce1a5d0fdee6c2e756d13dd277b32

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M blogs.goblogs.go

@@ -88,7 +88,7 @@ }

// BlogHandler handles requests to the blog page and individual blog posts func BlogHandler(w http.ResponseWriter, r *http.Request) { - path := strings.TrimPrefix(r.URL.RawQuery, "blog=") + path := r.URL.Query().Get("blog") if path == "" { blogs, err := GetBlogs() if CheckHttpErr(err, w, r, 500) {