From 248c122f862b2e0b03c39c644f49e9cbb3b842f9 Mon Sep 17 00:00:00 2001 From: Mark Stosberg Date: Mon, 16 Jan 2023 20:48:35 -0500 Subject: [PATCH] re-add aria-label to search button for screen readers This was added by https://github.com/TryGhost/Casper/pull/896 but then appears to have been accidentally reverted in the merge of https://github.com/TryGhost/Casper/pull/906 --- default.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.hbs b/default.hbs index d729fb8..448ac32 100644 --- a/default.hbs +++ b/default.hbs @@ -31,7 +31,7 @@ {{@site.title}} {{/if}} - + @@ -39,7 +39,7 @@ {{navigation}} {{#unless @site.members_enabled}} {{#match @custom.navigation_layout "Stacked"}} - + {{/match}} {{/unless}}