diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml
index 31ce2b3..f0d456b 100644
--- a/layouts/_default/rss.xml
+++ b/layouts/_default/rss.xml
@@ -34,6 +34,8 @@
{{ printf "" .Permalink .MediaType | safeHTML }}
{{- end -}}
{{ range $pages }}
+ {{ if or (eq .Title "About") (eq .Title "Contact") }}
+ {{else}}
-
{{ .Title }}
{{ .Permalink }}
@@ -43,7 +45,7 @@
{{ if isset .Params "enclosure" }}
{{ $cdnUrl := .Site.Params.podcastCdnUrl }}
- {{ .Params.series }}
+ Podcast: {{.Params.series }}
{{`
{{ else }}
- {{ if isset .Params "topic" }}Reading: {{ .Params.topic }}{{ end }}
+ {{ if isset .Params "topic" }}Reading: {{ .Params.topic }}
+ {{else}}
+ Blog: {{.Params.topics }}
+ {{ end }}
{{ if isset .Params "image" }}
{{ $cdnUrl := .Site.Params.blogCdnUrl }}
{{ with .Params.image }}{{ end }}
@@ -75,6 +80,7 @@
{{ end }}
+ {{ end }}
{{ end }}
\ No newline at end of file