소스 검색

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

default 2 년 전
부모
커밋
9145c22469
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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));
                     }
                 }