diff --git a/README.md b/README.md index 99f0a15..85bc454 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,12 @@ The background is your actual sky, computed in the browser: - **Controls**: the `▶︎ 24h` chip plays the whole day as a time-lapse; the `sky:` chip pins day or night (persisted in localStorage) for anyone who'd rather not read on a sunset. The status line and the - browser's own chrome follow along: every repaint rewrites a - `theme-color` meta tag with the horizon's computed chip color, so - mobile Safari's toolbar tints to match the sky instead of keeping - whatever it sampled at load. In the dev console, - `__skyAt('2026-07-16T20:30')` previews any moment. + browser's own chrome follow along: every repaint rewrites a pair of + `theme-color` meta tags (one per light/dark color scheme — iOS Safari + ignores a bare one in dark mode and shows grey chrome) with the + horizon's computed chip color, so mobile Safari's toolbar tints to + match the sky instead of keeping whatever it sampled at load. In the + dev console, `__skyAt('2026-07-16T20:30')` previews any moment. The page paints immediately with the fallback sky, then refines once the geo lookup resolves, and re-renders every minute. diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 1abaa37..64b80e5 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -20,10 +20,18 @@ const ogImage = new URL('/og.png', Astro.site); - - + + + {title}