diff --git a/layouts/partials/rss/item.html b/layouts/partials/rss/item.html
index 28256b492..7af54d24a 100644
--- a/layouts/partials/rss/item.html
+++ b/layouts/partials/rss/item.html
@@ -10,7 +10,7 @@
{{- .Page.Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" -}}
- {{- .params.author | default (T "author") -}}
+ {{- $params.author | default (T "author") -}}
{{- .Page.Permalink -}}
@@ -33,4 +33,4 @@
{{- $content | replaceRE `` "" | replaceRE `]*( /)?>` "" | safeHTML -}}
{{- "]]>" | safeHTML -}}
-
\ No newline at end of file
+