sophuwu.site > myweb
done i hope
sophuwu sophie@skisiel.com
Fri, 20 Dec 2024 03:52:58 +0100
commit

de62ba5b80e2b04283a5b98100bfbadfe19f0da2

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) {