mirror of https://github.com/evilhero/mylar
OPDS Comics and Issues
This commit is contained in:
parent
8560295e2e
commit
1f98ae96f2
|
@ -31,7 +31,7 @@
|
||||||
<content type="text">${entry['content']}</content>
|
<content type="text">${entry['content']}</content>
|
||||||
%if entry['rel'] == 'acquisition':
|
%if entry['rel'] == 'acquisition':
|
||||||
<link href="${entry['href']}" rel="${entry['rel']}" type="octet/stream">
|
<link href="${entry['href']}" rel="${entry['rel']}" type="octet/stream">
|
||||||
else:
|
%else:
|
||||||
<link href="${entry['href']}" rel= "${entry['rel']}" type="application/atom+xml; profile=opds-catalog; kind=${entry['kind']}"/>
|
<link href="${entry['href']}" rel= "${entry['rel']}" type="application/atom+xml; profile=opds-catalog; kind=${entry['kind']}"/>
|
||||||
%endif
|
%endif
|
||||||
%if 'thumbnail' in entry:
|
%if 'thumbnail' in entry:
|
||||||
|
|
Loading…
Reference in New Issue