aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-05-11 17:39:26 -0700
committerzotlabs <mike@macgirvin.com>2017-05-11 17:39:26 -0700
commite501289a5544823eed3834a831770c07159664ff (patch)
tree0ea4d2508fac7d006c42fbd358375ea4601e02ab /view
parent582d075c4501ede78e35ac2207741c9a849d3673 (diff)
downloadvolse-hubzilla-e501289a5544823eed3834a831770c07159664ff.tar.gz
volse-hubzilla-e501289a5544823eed3834a831770c07159664ff.tar.bz2
volse-hubzilla-e501289a5544823eed3834a831770c07159664ff.zip
consolidate and simplify the generation of activitystreams persons, add a couple more fields hoping eventually Mastodon will accept legal follow activities without choking on them. Requires an update of plugins also.
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/atom_feed.tpl7
1 files changed, 1 insertions, 6 deletions
diff --git a/view/tpl/atom_feed.tpl b/view/tpl/atom_feed.tpl
index ba50867ff..fe38fdc80 100755
--- a/view/tpl/atom_feed.tpl
+++ b/view/tpl/atom_feed.tpl
@@ -22,9 +22,4 @@
<updated>{{$feed_updated}}</updated>
- <zot:owner>
- <name>{{$name}}</name>
- <uri>{{$profile_page}}</uri>
- <link rel="photo" type="{{$mimephoto}}" media:width="175" media:height="175" href="{{$photo}}" />
- <link rel="avatar" type="{{$mimephoto}}" media:width="175" media:height="175" href="{{$photo}}" />
- </zot:owner>
+{{$owner}}