From 0c3a89ee546a2a3215eb32d9786dabeda051812d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Mon, 27 Oct 2025 16:04:14 +0100 Subject: fix(section): bad template for RSS --- 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 01ffc90..06b48cc 100644 --- a/backend/section.go +++ b/backend/section.go @@ -173,6 +173,7 @@ func (s *Section) handleRSS(w http.ResponseWriter, r *http.Request) { return } d.title = s.Name + d.PageDescription = s.Description d.handleRSS(w, r, d) } -- cgit v1.2.3