From d2a9909d97e9d1bb3fb92b3711debe25c5add906 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 30 Oct 2023 14:09:24 -0700 Subject: [PATCH] Update rss.md Closes #2293 --- content/en/templates/rss.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/rss.md b/content/en/templates/rss.md index 0250e8f54..b72861117 100644 --- a/content/en/templates/rss.md +++ b/content/en/templates/rss.md @@ -42,7 +42,7 @@ The built-in RSS template will render the following values, if present, from you {{< code-toggle file=hugo copy=false >}} copyright = '© 2023 ABC Widgets, Inc.' -[author] +[params.author] name = 'John Doe' email = 'jdoe@example.org' {{< /code-toggle >}}