From 326b380135f9c43ae39b3a023c3abd17825c1483 Mon Sep 17 00:00:00 2001 From: giles Date: Mon, 23 Feb 2026 09:07:38 +0000 Subject: [PATCH] Fix root top-bar account link to point to federation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The logged-in user links in _full_user.html (desktop + mobile) still used blog_url — now they use federation_url to match the account page migration. Co-Authored-By: Claude Opus 4.6 --- browser/templates/_types/root/_full_user.html | 2 +- browser/templates/_types/root/mobile/_full_user.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/templates/_types/root/_full_user.html b/browser/templates/_types/root/_full_user.html index abd9499..eac72e4 100644 --- a/browser/templates/_types/root/_full_user.html +++ b/browser/templates/_types/root/_full_user.html @@ -1,5 +1,5 @@ -{% set href=blog_url('/auth/account/') %} +{% set href=federation_url('/auth/account/') %}