feed: use default favicon as very last resort

The dokuwiki logos we deliver in the wiki namespace are preferable.
This commit is contained in:
Andreas Gohr 2024-01-26 11:32:46 +01:00
parent 4554d54da6
commit cf9a48845c
1 changed files with 2 additions and 0 deletions

View File

@ -214,6 +214,8 @@ class FeedCreator
':logo.jpg',
':wiki:favicon.ico',
':favicon.ico',
':wiki:dokuwiki.svg',
':wiki:dokuwiki-128.png',
'images/favicon.ico'
], true);
}