Merge pull request #1336 from ArthurHoaro/hotfix/atom-author

ATOM Feed: use instance name as author name instead of URL
This commit is contained in:
ArthurHoaro 2019-08-10 12:08:22 +02:00 committed by GitHub
commit 7ff3ed1d63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
{$value}
{/loop}
<author>
<name>{$index_url}</name>
<name>{$pagetitle}</name>
<uri>{$index_url}</uri>
</author>
<id>{$index_url}</id>

View file

@ -12,7 +12,7 @@
{$value}
{/loop}
<author>
<name>{$index_url}</name>
<name>{$pagetitle}</name>
<uri>{$index_url}</uri>
</author>
<id>{$index_url}</id>