Moar RSS validation shit

This commit is contained in:
swag 2023-05-12 15:23:44 -04:00
parent 1337d35f0c
commit 91b6857607

View File

@ -110,8 +110,9 @@ sub feed($self) {
lastBuildDate => time2str('%a, %d %b %Y %X %z', time), lastBuildDate => time2str('%a, %d %b %Y %X %z', time),
atom => { atom => {
link => { link => {
href => $rss_link, href => "$rss_link", # I have no idea why this needs quotes??
rel => 'self' rel => 'self',
type => 'application/rss+xml'
} }
} }
); );