RSS: Make sure image title matches channel title

https://validator.w3.org/feed/docs/warning/ImageTitleDoesntMatch.html
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Justin Kromlinger 2020-11-19 23:18:33 +01:00 committed by Lukas Fleischer
parent 78dbbd3dfa
commit 1d0c6ffe24

View file

@ -33,7 +33,7 @@ $rss->description = "The latest and greatest packages in the AUR";
$rss->link = "${protocol}://{$host}";
$rss->syndicationURL = "{$protocol}://{$host}" . get_uri('/rss/');
$image = new FeedImage();
$image->title = "AUR";
$image->title = "AUR Newest Packages";
$image->url = "{$protocol}://{$host}/css/archnavbar/aurlogo.png";
$image->link = $rss->link;
$image->description = "AUR Newest Packages Feed";