From 1f0cf029644861bc31a363ecfdbfcb6ebafff3b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Mon, 27 Oct 2025 15:53:45 +0100 Subject: fix(section): bad description in og --- 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 931b7ca..01ffc90 100644 --- a/backend/section.go +++ b/backend/section.go @@ -163,6 +163,7 @@ func (s *Section) handleList(w http.ResponseWriter, r *http.Request) { sec.CurrentPage = p.Current sec.PagesNumber = p.Max d.Sections = append(d.Sections, &sec) + d.PageDescription = sec.Description d.handleGeneric(w, r, "home_section", d) } -- cgit v1.2.3