Add colophon and contact page to RSS feed exclude lisst
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
gribse 2025-05-14 00:33:38 +02:00
parent b660fe4197
commit 22fee5f22b
2 changed files with 2 additions and 1 deletions

View file

@ -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>