From 836e2602dcdaeb7b574522d7e3bba3877fa5287c Mon Sep 17 00:00:00 2001 From: Steven Giesel Date: Sun, 13 Sep 2026 17:20:14 +0200 Subject: [PATCH] feat: Add skip-to-content link for keyboard/screen reader users Claude-Session: https://claude.ai/code/session_01WzCJnkBVtxPYNKLupQ2Cee --- .../Features/Home/Components/MainLayout.razor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/LinkDotNet.Blog.Web/Features/Home/Components/MainLayout.razor b/src/LinkDotNet.Blog.Web/Features/Home/Components/MainLayout.razor index 00d31473..53aeee00 100644 --- a/src/LinkDotNet.Blog.Web/Features/Home/Components/MainLayout.razor +++ b/src/LinkDotNet.Blog.Web/Features/Home/Components/MainLayout.razor @@ -2,10 +2,11 @@ @inherits LayoutComponentBase +Skip to main content
-
+
@Body