Update rss.md

Closes #2293
This commit is contained in:
Joe Mooring 2023-10-30 14:09:24 -07:00 committed by GitHub
parent 7eb59d7a27
commit d2a9909d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ The built-in RSS template will render the following values, if present, from you
{{< code-toggle file=hugo copy=false >}} {{< code-toggle file=hugo copy=false >}}
copyright = '© 2023 ABC Widgets, Inc.' copyright = '© 2023 ABC Widgets, Inc.'
[author] [params.author]
name = 'John Doe' name = 'John Doe'
email = 'jdoe@example.org' email = 'jdoe@example.org'
{{< /code-toggle >}} {{< /code-toggle >}}