aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/atom_feed.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-04-25 20:48:38 -0700
committerMario Vavti <mario@mariovavti.com>2017-04-26 14:12:11 +0200
commit7667c630a4a682ba5a48d1ece173cdcdff575e00 (patch)
treee00b714ebb493dd7b6a32e148782a9c9b772e664 /view/tpl/atom_feed.tpl
parent97458b288534d2270a592af141bacdcade84d12c (diff)
downloadvolse-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/atom_feed.tpl')
-rwxr-xr-xview/tpl/atom_feed.tpl7
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>