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 >}}