From 733128e2ee99a5dd6225c08ced4cf4dd6449719b Mon Sep 17 00:00:00 2001 From: Sebastian Albrecht Date: Sun, 23 Aug 2026 19:50:41 +0200 Subject: [PATCH] fix: restore rel=me for website profile links --- templates/account/profile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/account/profile.tpl b/templates/account/profile.tpl index 8f634068..4a439eb0 100644 --- a/templates/account/profile.tpl +++ b/templates/account/profile.tpl @@ -78,7 +78,7 @@
{{tx(./name)}} {{{ if (./type == "input-link") }}} - {./linkValue} + {./linkValue} {{{ else }}} {./value} {{{ end }}}