added missing translations + link to references
This commit is contained in:
parent
50fdae2308
commit
ff0ba456a9
5 changed files with 16 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
import { astroI18n } from "astro-i18n";
|
||||
import { t, astroI18n } from "astro-i18n";
|
||||
astroI18n.init(Astro);
|
||||
|
||||
import "../styles/style.css";
|
||||
|
@ -17,13 +17,10 @@ const { pageTitle, titleColor } = Astro.props;
|
|||
<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="description" content={t("seo.meta.description")} />
|
||||
<meta name="robots" content="index,follow." />
|
||||
<meta name="author" content="Nicolas Arduin" />
|
||||
<meta name="subject" content="Développement de sites web" />
|
||||
<meta name="subject" content="Développement de sites web, accessibilité." />
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue