Add author field in RSS feed by setting params.author.email to "Anthony Wang"
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Revelant line in Hugo: 54a8f0ce21/tpl/tplimpl/embedded/templates/_default/rss.xml (L65)

Interestingly, the RSS 2.0 spec says the author field should be an email address: https://www.rssboard.org/rss-specification#ltauthorgtSubelementOfLtitemgt
This commit is contained in:
Anthony Wang 2024-03-27 14:43:29 -05:00
parent 90af9c3623
commit 74fe323503
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ

View file

@ -50,3 +50,5 @@ theme = 'gokarna'
{name = 'archlinux', url = 'https://aur.archlinux.org/packages/?K=dodecahedron&SeB=m', rel = 'me'},
{name = 'codeforces', url = 'https://codeforces.com/profile/Ta180m', rel = 'me'},
]
[params.author]
email = 'Anthony Wang'