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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue