From b88be137ca68c6b52e13ce1738fbc55651f37138 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 25 Apr 2017 20:48:38 -0700 Subject: provide a broken feed for services which require a broken feed --- view/tpl/atom_feed.tpl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'view') 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 @@ {{$red}} -{{if $hub}} - {{$hub}} -{{/if}} -{{if $salmon}} - {{$salmon}} +{{if $author}} +{{$author}} {{/if}} {{$feed_updated}} -- cgit v1.2.3