Browse Source

All metadata links include the rel='me' attribute.

default 10 months ago
parent
commit
9145c22469
1 changed files with 1 additions and 0 deletions
  1. 1 0
      html.c

+ 1 - 0
html.c

@@ -861,6 +861,7 @@ static xs_html *html_user_body(snac *user, int read_only)
                     else {
                         value = xs_html_tag("a",
                             xs_html_attr("href", v),
+                            xs_html_attr("rel", "me"),
                             xs_html_text(v));
                     }
                 }