diff options
author | ArthurHoaro <arthur@hoa.ro> | 2019-07-29 19:35:19 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2019-07-29 19:37:51 +0200 |
commit | f9b99c72176ae86633df4ed4126cfe4140eb72ab (patch) | |
tree | eadf8ff128ee1a4fed437cd1d07ae6072b3ae0ac /tpl/default | |
parent | ad8099a7af5dc91319e2382c85dec4d6c912f364 (diff) | |
download | Shaarli-f9b99c72176ae86633df4ed4126cfe4140eb72ab.tar.gz Shaarli-f9b99c72176ae86633df4ed4126cfe4140eb72ab.tar.zst Shaarli-f9b99c72176ae86633df4ed4126cfe4140eb72ab.zip |
ATOM Feed: use instance name as author name instead of URL
Related FreshRSS/FreshRSS#2466
Diffstat (limited to 'tpl/default')
-rw-r--r-- | tpl/default/feed.atom.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/feed.atom.html b/tpl/default/feed.atom.html index 29187505..bcfa7012 100644 --- a/tpl/default/feed.atom.html +++ b/tpl/default/feed.atom.html | |||
@@ -10,7 +10,7 @@ | |||
10 | {$value} | 10 | {$value} |
11 | {/loop} | 11 | {/loop} |
12 | <author> | 12 | <author> |
13 | <name>{$index_url}</name> | 13 | <name>{$pagetitle}</name> |
14 | <uri>{$index_url}</uri> | 14 | <uri>{$index_url}</uri> |
15 | </author> | 15 | </author> |
16 | <id>{$index_url}</id> | 16 | <id>{$index_url}</id> |