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,9 +0,0 @@
|
|||
---
|
||||
import Page from "../../travaux/[slug].astro"
|
||||
|
||||
export { getStaticPaths } from "../../travaux/[slug].astro"
|
||||
|
||||
const { props } = Astro
|
||||
---
|
||||
|
||||
<Page {...props} />
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue