summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-06-12 07:56:11 +0200
committerdefault <nobody@localhost>2024-06-12 07:56:11 +0200
commit9145c2246994265fe52f9dc3e2fe190f1bb9a522 (patch)
tree2837d28cf4421b52e457e4b21f30b33750780997 /html.c
parentaca6b2cff7195c4387bfbec3f55a68c3c201792a (diff)
All metadata links include the rel='me' attribute.
Diffstat (limited to 'html.c')
-rw-r--r--html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.c b/html.c
index 4ac4799..48db522 100644
--- a/html.c
+++ b/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));
}
}