chore: Added theme color meta tag 7be3ded7
Steve · 2025-04-24 13:34 1 file(s) · +1 −0
src/layouts/Base.astro +1 −0
20 20
<html lang={siteConfig.lang}>
21 21
	<head>
22 22
      <meta name="apple-mobile-web-app-capable" content="yes">
23 +
      <meta name="theme-color" content="#0000" />
23 24
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
24 25
		<!-- Google tag (gtag.js) -->
25 26
		<BaseHead title={title} description={description} ogImage={ogImage} articleDate={articleDate} />