added missing translations + link to references

This commit is contained in:
Nico 2023-04-19 19:43:24 +02:00
parent 50fdae2308
commit ff0ba456a9
5 changed files with 16 additions and 17 deletions

View file

@ -1,9 +0,0 @@
---
import Page from "../../travaux/[slug].astro"
export { getStaticPaths } from "../../travaux/[slug].astro"
const { props } = Astro
---
<Page {...props} />

View file

@ -61,6 +61,11 @@ const pageTitle = t("sitemap");
}
</ul>
</li>
<li>
<h2>
<a href={l("/references")}>{t("references.titre")}</a>
</h2>
</li>
</ul>
</section>
</BaseLayout>