diff options
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/atom_feed.tpl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/view/tpl/atom_feed.tpl b/view/tpl/atom_feed.tpl index fb606af27..ba50867ff 100755 --- a/view/tpl/atom_feed.tpl +++ b/view/tpl/atom_feed.tpl @@ -16,11 +16,8 @@ <generator uri="http://hubzilla.org" version="{{$version}}">{{$red}}</generator> <link rel="license" href="http://creativecommons.org/licenses/by/3.0/" /> <link rel="alternate" type="text/html" href="{{$profile_page}}" /> -{{if $hub}} - {{$hub}} -{{/if}} -{{if $salmon}} - {{$salmon}} +{{if $author}} +{{$author}} {{/if}} <updated>{{$feed_updated}}</updated> |