Author
|
zPlus <zplus@peers.community>
2023-10-13 15:53:45
|
Committer
|
zPlus <zplus@peers.community>
2023-10-13 15:53:45
|
Commit
|
6cbc4da
(patch)
|
Tree
|
ac4831c
|
Parent(s)
|
|
Add OPDS link in library page.
commits diff:
4cba382..6cbc4da
2 files changed,
5 insertions,
1 deletion
—
download
Diffstat
Diff options
+4/-0
M pages/library.html
42
|
42
|
|
{% block body %}
|
43
|
43
|
|
|
44
|
44
|
|
<div class="library">
|
|
45
|
+ |
|
|
46
|
+ |
<b>The library is also available via OPDS. Add this link to your OPDS client: https://dokk.org/library/opds.xml</b>
|
|
47
|
+ |
<br /><br /><br />
|
|
48
|
+ |
|
45
|
49
|
|
{% for item in data["@graph"]|sort(attribute="library:title") %}
|
46
|
50
|
|
<p>
|
47
|
51
|
|
<div>
|
+1/-1
M static/css/dokk.css