diff --git a/pages/library.html b/pages/library.html index 716b803..9b23f71 100644 --- a/pages/library.html +++ b/pages/library.html @@ -42,6 +42,10 @@ {% block body %}
+ +The library is also available via OPDS. Add this link to your OPDS client: https://dokk.org/library/opds.xml +


+ {% for item in data["@graph"]|sort(attribute="library:title") %}

diff --git a/static/css/dokk.css b/static/css/dokk.css index ddf5784..cdb2c2c 100644 --- a/static/css/dokk.css +++ b/static/css/dokk.css @@ -11,7 +11,7 @@ body > .index { } body > .library { - + padding: 3rem 5%; } body > .library_item {