From f9b99c72176ae86633df4ed4126cfe4140eb72ab Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Mon, 29 Jul 2019 19:35:19 +0200 Subject: [PATCH] ATOM Feed: use instance name as author name instead of URL Related FreshRSS/FreshRSS#2466 --- tpl/default/feed.atom.html | 2 +- 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 @@ {$value} {/loop} - {$index_url} + {$pagetitle} {$index_url} {$index_url} 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 @@ {$value} {/loop} - {$index_url} + {$pagetitle} {$index_url} {$index_url} -- 2.41.0