aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2019-07-29 19:35:19 +0200
committerArthurHoaro <arthur@hoa.ro>2019-07-29 19:37:51 +0200
commitf9b99c72176ae86633df4ed4126cfe4140eb72ab (patch)
treeeadf8ff128ee1a4fed437cd1d07ae6072b3ae0ac /tpl/vintage
parentad8099a7af5dc91319e2382c85dec4d6c912f364 (diff)
downloadShaarli-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/vintage')
-rw-r--r--tpl/vintage/feed.atom.html2
1 files changed, 1 insertions, 1 deletions
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>