From: ArthurHoaro Date: Mon, 29 Jul 2019 17:35:19 +0000 (+0200) Subject: ATOM Feed: use instance name as author name instead of URL X-Git-Tag: v0.12.0-beta~47^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=f9b99c72176ae86633df4ed4126cfe4140eb72ab;p=github%2Fshaarli%2FShaarli.git ATOM Feed: use instance name as author name instead of URL Related FreshRSS/FreshRSS#2466 --- 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}