diff options
author | friendica <info@friendica.com> | 2014-08-21 17:42:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-21 17:42:19 -0700 |
commit | 921799b045c376c2ffe80a0c4fe0dc6c2c78e854 (patch) | |
tree | bb67e2285bd0402c855dc7eaf819385812391b33 /view/tpl/xrd_person.tpl | |
parent | 831714f0f0e5bd9a17c760a2476a12603be5d089 (diff) | |
download | volse-hubzilla-921799b045c376c2ffe80a0c4fe0dc6c2c78e854.tar.gz volse-hubzilla-921799b045c376c2ffe80a0c4fe0dc6c2c78e854.tar.bz2 volse-hubzilla-921799b045c376c2ffe80a0c4fe0dc6c2c78e854.zip |
make the old personal xrd interface (old webfinger) work again
Diffstat (limited to 'view/tpl/xrd_person.tpl')
-rwxr-xr-x | view/tpl/xrd_person.tpl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl index 20d438dd5..631ed3f18 100755 --- a/view/tpl/xrd_person.tpl +++ b/view/tpl/xrd_person.tpl @@ -14,5 +14,13 @@ <Link rel="http://webfinger.net/rel/avatar" type="image/jpeg" href="{{$photo}}" /> - + <Link rel="http://microformats.org/profile/hcard" + type="text/html" + href="{{$hcard_url}}" /> + + <Link rel="magic-public-key" + href="{{$modexp}}" /> + + {{$dspr}} + </XRD> |