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 | |
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
-rw-r--r-- | tpl/default/feed.atom.html | 2 | ||||
-rw-r--r-- | tpl/vintage/feed.atom.html | 2 |
2 files changed, 2 insertions, 2 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> |
diff --git a/tpl/vintage/feed.atom.html b/tpl/vintage/feed.atom.html index 49798e85..0621cb9e 100644 --- a/tpl/vintage/feed.atom.html +++ b/tpl/vintage/feed.atom.html | |||
@@ -12,7 +12,7 @@ | |||
12 | {$value} | 12 | {$value} |
13 | {/loop} | 13 | {/loop} |
14 | <author> | 14 | <author> |
15 | <name>{$index_url}</name> | 15 | <name>{$pagetitle}</name> |
16 | <uri>{$index_url}</uri> | 16 | <uri>{$index_url}</uri> |
17 | </author> | 17 | </author> |
18 | <id>{$index_url}</id> | 18 | <id>{$index_url}</id> |