diff options
author | ArthurHoaro <arthur@hoa.ro> | 2019-08-10 12:08:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-10 12:08:22 +0200 |
commit | 7ff3ed1d6377f5db0f63d4228707f69f89653539 (patch) | |
tree | 958e846c413cb496d601a65dde0f3002f34bcf16 /tpl/default/feed.atom.html | |
parent | 14a7d73c2d65de496ef270f784de82c5f584cb3a (diff) | |
parent | f9b99c72176ae86633df4ed4126cfe4140eb72ab (diff) | |
download | Shaarli-7ff3ed1d6377f5db0f63d4228707f69f89653539.tar.gz Shaarli-7ff3ed1d6377f5db0f63d4228707f69f89653539.tar.zst Shaarli-7ff3ed1d6377f5db0f63d4228707f69f89653539.zip |
Merge pull request #1336 from ArthurHoaro/hotfix/atom-author
ATOM Feed: use instance name as author name instead of URL
Diffstat (limited to 'tpl/default/feed.atom.html')
-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> |