diff options
author | marijus <mario@mariovavti.com> | 2014-08-22 09:17:17 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-08-22 09:17:17 +0200 |
commit | b0d52943e85bf819d4ddf91127ca25ec7a32c289 (patch) | |
tree | fcb7c92735bbcbae9359d3fcf91a185226698426 /view/tpl/xrd_diaspora.tpl | |
parent | 1a3be504516db7106ea0ce385691e5a3eca4c084 (diff) | |
parent | c5f4e5bac76de93b30c00fa9fb3dc8a559d7b070 (diff) | |
download | volse-hubzilla-b0d52943e85bf819d4ddf91127ca25ec7a32c289.tar.gz volse-hubzilla-b0d52943e85bf819d4ddf91127ca25ec7a32c289.tar.bz2 volse-hubzilla-b0d52943e85bf819d4ddf91127ca25ec7a32c289.zip |
Merge branch 'upstream'
Diffstat (limited to 'view/tpl/xrd_diaspora.tpl')
-rw-r--r-- | view/tpl/xrd_diaspora.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/tpl/xrd_diaspora.tpl b/view/tpl/xrd_diaspora.tpl new file mode 100644 index 000000000..143980bcc --- /dev/null +++ b/view/tpl/xrd_diaspora.tpl @@ -0,0 +1,8 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} + <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}}" /> |