1
0
mirror of https://github.com/janeczku/calibre-web synced 2026-06-08 05:32:11 +00:00

Add Favicon to OPDS Feed

<icon> is a standard of the OPDS spec, and this commit adds the favicon to the feed. Certain OPDS readers, e.g. FBReader on Windows, respect this tag and will show the same icon as the main page.
This commit is contained in:
databoy2k
2023-09-08 13:09:40 -06:00
committed by GitHub
parent 6a14e2cf68
commit b3d1558df8
+1
View File
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<icon>/static/favicon.ico</icon>
<id>urn:uuid:2853dacf-ed79-42f5-8e8a-a7bb3d1ae6a2</id>
<updated>{{ current_time }}</updated>
<link rel="self" href="{{url_for('opds.feed_index')}}" type="application/atom+xml;profile=opds-catalog;kind=navigation"/>