aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/rss.xml
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-31 01:23:25 -0400
committertdro <tdro@noreply.example.com>2022-05-31 01:23:25 -0400
commite06f465f528d69e5df5689c067fdfd4b33692eb0 (patch)
tree8ce3827b177b87573dbe4a5b6e4245ca95d608ac /themes/default/layouts/_default/rss.xml
parent033a5bf2d11ee7052967f1148f495d9c0cc14662 (diff)
downloadcanory-e06f465f528d69e5df5689c067fdfd4b33692eb0.tar.gz
canory-e06f465f528d69e5df5689c067fdfd4b33692eb0.tar.bz2
canory-e06f465f528d69e5df5689c067fdfd4b33692eb0.zip
themes/default/layouts/_default: Remove hidden parameter
We have drafts.
Diffstat (limited to 'themes/default/layouts/_default/rss.xml')
-rw-r--r--themes/default/layouts/_default/rss.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/rss.xml b/themes/default/layouts/_default/rss.xml
index 7f07458..a09f9bf 100644
--- a/themes/default/layouts/_default/rss.xml
+++ b/themes/default/layouts/_default/rss.xml
@@ -26,7 +26,7 @@
{{- printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML -}}
{{ end }}
{{- range $pages -}}
- {{ if and (ne .Params.hidden true) (not .Params.Unlisted) (not .ExpiryDate) }}
+ {{ if and (not .Params.Unlisted) (not .ExpiryDate) }}
<item>
<title>{{ .Summary | htmlUnescape }}</title>
<link>{{ .Permalink }}</link>