diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-30 16:50:57 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-30 16:50:57 -0700 |
commit | e48d5383cec4f5e7bd40bbac005819d60f38c970 (patch) | |
tree | 5ca43bc55ace4e599aa3210cdd259a996e8f761c /view | |
parent | 6962bc5147bed48a0fd6ab31580ba9a0f8f75bf7 (diff) | |
download | volse-hubzilla-e48d5383cec4f5e7bd40bbac005819d60f38c970.tar.gz volse-hubzilla-e48d5383cec4f5e7bd40bbac005819d60f38c970.tar.bz2 volse-hubzilla-e48d5383cec4f5e7bd40bbac005819d60f38c970.zip |
move disapora xrd stuff to plugin
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/xrd_diaspora.tpl | 3 | ||||
-rwxr-xr-x | view/tpl/xrd_person.tpl | 5 |
2 files changed, 1 insertions, 7 deletions
diff --git a/view/tpl/xrd_diaspora.tpl b/view/tpl/xrd_diaspora.tpl deleted file mode 100644 index aa0d8c740..000000000 --- a/view/tpl/xrd_diaspora.tpl +++ /dev/null @@ -1,3 +0,0 @@ - <Link rel="http://joindiaspora.com/seed_location" type="text/html" href="{{$baseurl}}/" /> - <Link rel="http://joindiaspora.com/guid" type="text/html" href="{{$dspr_guid}}" /> - <Link rel="diaspora-public-key" type="RSA" href="{{$dspr_key}}" /> diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl index 93fdcb1df..225892d70 100755 --- a/view/tpl/xrd_person.tpl +++ b/view/tpl/xrd_person.tpl @@ -22,10 +22,7 @@ href="{{$hcard_url}}" /> <Link rel="http://ostatus.org/schema/1.0/subscribe" template="{{$subscribe}}" /> - - <Link rel="magic-public-key" + <Link rel="magic-public-key" href="{{$modexp}}" /> - {{$dspr}} - </XRD> |