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