Add colophon and contact page to RSS feed exclude lisst
Some checks failed
/ test (push) Has been cancelled
Some checks failed
/ test (push) Has been cancelled
This commit is contained in:
parent
b660fe4197
commit
22fee5f22b
2 changed files with 2 additions and 1 deletions
|
@ -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`) }}
|
||||
<item>
|
||||
<title>{{ .Title }}</title>
|
||||
<link>{{ .Permalink }}</link>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue