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

This commit is contained in:
default 2024-06-12 07:56:11 +02:00
parent aca6b2cff7
commit 9145c22469

1
html.c
View File

@ -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));
}
}