mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Merge pull request #7849 from anarcat/rss-alternate
restore pre-Atom behavior of linking directly to the article
This commit is contained in:
commit
c774398d85
1 changed files with 2 additions and 4 deletions
|
@ -31,11 +31,9 @@
|
|||
{% for entry in entries %}
|
||||
<entry>
|
||||
<title><![CDATA[{{ entry.title|e }}]]></title>
|
||||
<link href="{{ entry.url }}"/>
|
||||
<link rel="alternate" type="text/html"
|
||||
<link rel="alternate" href="{{ entry.url }}"/>
|
||||
<link rel="via" type="text/html"
|
||||
href="{{ url('view', {'id': entry.id}) }}"/>
|
||||
<link rel="via"
|
||||
href="{{ entry.url }}"/>
|
||||
<id>wallabag:{{ domainName|removeScheme|removeWww }}:{{ user }}:entry:{{ entry.id }}</id>
|
||||
<updated>{{ entry.updatedAt|date('c') }}</updated>
|
||||
<published>{{ entry.createdAt|date('c') }}</published>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue