From 22fee5f22b6c6e806d330db640407578923fc466 Mon Sep 17 00:00:00 2001 From: gribse Date: Wed, 14 May 2025 00:33:38 +0200 Subject: [PATCH] Add colophon and contact page to RSS feed exclude lisst --- layouts/rss.xml | 2 +- readMe.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/rss.xml b/layouts/rss.xml index 1473a13..01b2468 100644 --- a/layouts/rss.xml +++ b/layouts/rss.xml @@ -66,7 +66,7 @@ {{- end }} {{- range $pages }} {{- $section := .Section }} - {{- if and (ne .Layout `search`) (ne .Layout `archives`) (ne $section `a-propos`) (ne $section `blogroll`) (ne $section `contact`) }} + {{- if and (ne .Layout `search`) (ne .Layout `archives`) (ne $section `a-propos`) (ne $section `blogroll`) (ne $section `contact`) (ne $section `colophon`) }} {{ .Title }} {{ .Permalink }} diff --git a/readMe.md b/readMe.md index 7f6cbf4..1aef613 100644 --- a/readMe.md +++ b/readMe.md @@ -24,6 +24,7 @@ - [x] make it so the 404 page works - [ ] mettre une favicon - [x] Mettre en forme flux RSS +- [ ] Explucre contact & colophone du flux rss - [ ] Script de mise en ligne avec rsync