aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2019-08-10 12:08:22 +0200
committerGitHub <noreply@github.com>2019-08-10 12:08:22 +0200
commit7ff3ed1d6377f5db0f63d4228707f69f89653539 (patch)
tree958e846c413cb496d601a65dde0f3002f34bcf16
parent14a7d73c2d65de496ef270f784de82c5f584cb3a (diff)
parentf9b99c72176ae86633df4ed4126cfe4140eb72ab (diff)
downloadShaarli-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
-rw-r--r--tpl/default/feed.atom.html2
-rw-r--r--tpl/vintage/feed.atom.html2
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>