diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-25 20:48:38 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-04-26 14:12:11 +0200 |
commit | 7667c630a4a682ba5a48d1ece173cdcdff575e00 (patch) | |
tree | e00b714ebb493dd7b6a32e148782a9c9b772e664 /view/tpl | |
parent | 97458b288534d2270a592af141bacdcade84d12c (diff) | |
download | volse-hubzilla-7667c630a4a682ba5a48d1ece173cdcdff575e00.tar.gz volse-hubzilla-7667c630a4a682ba5a48d1ece173cdcdff575e00.tar.bz2 volse-hubzilla-7667c630a4a682ba5a48d1ece173cdcdff575e00.zip |
provide a broken feed for services which require a broken feed
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> |