aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-04-25 20:48:38 -0700
committerzotlabs <mike@macgirvin.com>2017-04-25 20:48:38 -0700
commitb88be137ca68c6b52e13ce1738fbc55651f37138 (patch)
treeb683ec5f739255568f5c205c636aba2b9e607259 /view
parent195eb712002dcf1b79382c740720317d5311a6e8 (diff)
downloadvolse-hubzilla-b88be137ca68c6b52e13ce1738fbc55651f37138.tar.gz
volse-hubzilla-b88be137ca68c6b52e13ce1738fbc55651f37138.tar.bz2
volse-hubzilla-b88be137ca68c6b52e13ce1738fbc55651f37138.zip
provide a broken feed for services which require a broken feed
Diffstat (limited to 'view')
-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>