From 0abb1fb2a1c44fac4d0550a787661f2eb1f16c0e Mon Sep 17 00:00:00 2001 From: Sebastian Michaelsen Date: Tue, 21 Feb 2023 14:24:19 +0100 Subject: [PATCH] Add `rel="me"` attributes to links on profile page (#4015) smichaelsen This indicates, that the linked resources belong to the person, that the current page is about. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/me --- frontend/src/ts/elements/profile.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/ts/elements/profile.ts b/frontend/src/ts/elements/profile.ts index e5270d465..862e210fa 100644 --- a/frontend/src/ts/elements/profile.ts +++ b/frontend/src/ts/elements/profile.ts @@ -143,7 +143,7 @@ export async function update( socialsEl.append( `` ); @@ -154,7 +154,7 @@ export async function update( socialsEl.append( `` ); @@ -170,7 +170,7 @@ export async function update( socialsEl.append( `` );