diff options
| author | William Hergès <william@herges.fr> | 2025-10-27 16:04:14 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-27 16:04:14 +0100 |
| commit | 0c3a89ee546a2a3215eb32d9786dabeda051812d (patch) | |
| tree | 5043137ab9b2a15b7a5786d4b7d22641ad06d403 /backend/section.go | |
| parent | 1f0cf029644861bc31a363ecfdbfcb6ebafff3b2 (diff) | |
fix(section): bad template for RSS
Diffstat (limited to 'backend/section.go')
| -rw-r--r-- | backend/section.go | 1 |
1 files changed, 1 insertions, 0 deletions
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) } |
