Skip to content

Commit

Permalink
further tweaks to iphone display
Browse files Browse the repository at this point in the history
  • Loading branch information
aloop committed Oct 26, 2023
1 parent e4949b0 commit d5c61be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ const { title } = Astro.props;
/>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="theme-color" content="#261730" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<meta name="generator" content={Astro.generator} />
<title>{title ? title + " - Documentation" : "Documentation"}</title>
<link rel="manifest" href="/manifest.json" />
Expand Down

0 comments on commit d5c61be

Please sign in to comment.