From: Cameron Otsuka Date: Fri, 27 Feb 2026 00:06:15 +0000 (-0800) Subject: autofocus the search field X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=0d00779f4df4fb4554a669d09d57d951a33437eb;p=cotsuka.github.io autofocus the search field --- diff --git a/src/pages/search.astro b/src/pages/search.astro index 6589c26..01ea388 100644 --- a/src/pages/search.astro +++ b/src/pages/search.astro @@ -12,6 +12,7 @@ import Base from '@layouts/base.astro'; placeholder="Enter query..." autocomplete="off" aria-label="Search site content" + autofocus />