aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/webfinger/xrd.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/webfinger/xrd.xml b/mediagoblin/templates/mediagoblin/webfinger/xrd.xml
index 2ef9b814..796de89f 100644
--- a/mediagoblin/templates/mediagoblin/webfinger/xrd.xml
+++ b/mediagoblin/templates/mediagoblin/webfinger/xrd.xml
@@ -20,6 +20,9 @@
<Subject>{{ uri }}</Subject>
<Alias>http://{{ request.host }}/u/{{ username }}</Alias>
+ <Link rel='http://microformats.org/profile/hcard'
+ href='http://{{ request.host }}/u/{{ username }}' />
+
<Link rel="http://schemas.google.com/g/2010#updates-from"
type="application/atom+xml"
href="http://{{ request.host }}/u/{{ username }}/atom/" />