aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-05-12 10:02:33 +0200
committerGitHub <noreply@github.com>2017-05-12 10:02:33 +0200
commit795b39250fae18f081d955800b3981c47578b9b1 (patch)
tree60d578fc2fe0dc863698e037710b135aeb37faff /view
parentae89f1b3b37037bb07aa1ea8b8a9d8836cc685dd (diff)
parente501289a5544823eed3834a831770c07159664ff (diff)
downloadvolse-hubzilla-795b39250fae18f081d955800b3981c47578b9b1.tar.gz
volse-hubzilla-795b39250fae18f081d955800b3981c47578b9b1.tar.bz2
volse-hubzilla-795b39250fae18f081d955800b3981c47578b9b1.zip
Merge pull request #770 from zotlabs/mast496
consolidate and simplify the generation of activitystreams persons, a…
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}}