From b1da130f4cb3643b88feae553127f46615adac78 Mon Sep 17 00:00:00 2001 From: James Davidson Date: Fri, 25 Oct 2024 20:55:29 +0100 Subject: [PATCH 1/3] fix(index): descend headings sequentially --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 92e0901..9c09506 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -8,7 +8,7 @@

{{ .Site.Title }}

{{ if isset .Site.Params "description" }} -

{{ .Site.Params.Description }}

+

{{ .Site.Params.Description }}

{{ end }} From ea455dca1610d1398c4136eb1a628b85e142b30c Mon Sep 17 00:00:00 2001 From: James Davidson Date: Fri, 25 Oct 2024 21:13:53 +0100 Subject: [PATCH 2/3] refactor(header): add aria-label make icon-only menu items visible to screen readers using .Identifier --- layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 98995b7..480e969 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -16,7 +16,7 @@