Improve web page design

This commit is contained in:
Daisuke Nakahara 2025-01-18 20:42:22 +09:00
parent 06d260ce07
commit 9c297424c5
7 changed files with 45 additions and 89 deletions

View file

@ -11,7 +11,7 @@ const { pageTitle } = Astro.props;
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<title>{pageTitle}</title>
<title>{pageTitle + " | Naputo"}</title>
</head>
<body>
<Header />