diff --git a/layouts/podcast/rss.xml b/layouts/podcast/rss.xml
index 8903212..91e2ebb 100644
--- a/layouts/podcast/rss.xml
+++ b/layouts/podcast/rss.xml
@@ -40,7 +40,8 @@
{{ with .Site.LanguageCode }}{{.}}{{end}}
{{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}
{{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}
- {{ with .Site.Author.email }}{{.}}{{with $.Site.Author.name }} ({{.}}){{end}}{{end}}
+ {{ .Site.Author.name }}
+ {{ .Site.Author.email }}
{{ with .Site.Copyright }}{{.}}{{end}}
{{ if not .Date.IsZero }}{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }}
{{- with .OutputFormats.Get "RSS" -}}