production fixes + meta tags
This commit is contained in:
parent
c69d0f3645
commit
530ce16e5d
3 changed files with 11 additions and 8 deletions
|
@ -14,8 +14,16 @@ const { pageTitle, titleColor } = Astro.props;
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{pageTitle} - Nicolas Arduin</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Création et développement de sites web sobres et accessibles. Freelance à Toulouse."
|
||||
/>
|
||||
<meta name="robots" content="index,follow." />
|
||||
<meta name="author" content="Nicolas Arduin" />
|
||||
<meta name="subject" content="Développement de sites web" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
|
@ -26,9 +34,4 @@ const { pageTitle, titleColor } = Astro.props;
|
|||
</div>
|
||||
<Footer />
|
||||
</body>
|
||||
<style define:vars={{ titleColor }}>
|
||||
h1 {
|
||||
color: var(--titleColor);
|
||||
}
|
||||
</style>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue