From 330b0b73daecbf36f7efbad4754180d6035b284c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Mon, 27 Oct 2025 18:36:12 +0100 Subject: feat(section): adapt entry title with section name --- backend/section.go | 1 + 1 file changed, 1 insertion(+) (limited to 'backend/section.go') diff --git a/backend/section.go b/backend/section.go index a22d286..4011e5b 100644 --- a/backend/section.go +++ b/backend/section.go @@ -193,6 +193,7 @@ func (s *Section) handleOne(w http.ResponseWriter, r *http.Request) { return } } + d.section = s.Name[:len(s.Name)-1] d.handleGeneric(w, r, "data", d) } -- cgit v1.2.3