diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-25 20:48:38 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-04-25 20:48:38 -0700 |
commit | b88be137ca68c6b52e13ce1738fbc55651f37138 (patch) | |
tree | b683ec5f739255568f5c205c636aba2b9e607259 /view | |
parent | 195eb712002dcf1b79382c740720317d5311a6e8 (diff) | |
download | volse-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-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> |