added content
This commit is contained in:
parent
bf2221b9a9
commit
9b91b02d90
79 changed files with 3053 additions and 284 deletions
|
@ -5,6 +5,7 @@ astroI18n.init(Astro);
|
|||
import "../styles/style.css";
|
||||
|
||||
import Header from "../components/Header.astro";
|
||||
import Footer from "../components/Footer.astro";
|
||||
|
||||
const { pageTitle, titleColor } = Astro.props;
|
||||
---
|
||||
|
@ -14,7 +15,6 @@ const { pageTitle, titleColor } = Astro.props;
|
|||
<meta charset="utf-8" />
|
||||
<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} - Nicolas Arduin</title>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -24,6 +24,7 @@ const { pageTitle, titleColor } = Astro.props;
|
|||
<slot />
|
||||
</main>
|
||||
</div>
|
||||
<Footer />
|
||||
</body>
|
||||
<style define:vars={{ titleColor }}>
|
||||
h1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue