[404] 🐛 | Améliore l'affichage du 404
This commit is contained in:
parent
32aba99fb2
commit
e9068d50b5
1 changed files with 3 additions and 13 deletions
|
@ -1,19 +1,9 @@
|
|||
---
|
||||
layout: layouts/base.njk
|
||||
layout: layouts/basique.njk
|
||||
permalink: 404.html
|
||||
eleventyExcludeFromCollections: true
|
||||
---
|
||||
# Contenu non trouvé.
|
||||
# 404 Not Found
|
||||
|
||||
Retournez sur <a href="/">la page d'accueil</a> et tentez une autre page.
|
||||
Le contenu demandé n'a pas été trouvé. Retournez sur <a href="/">la page d'accueil</a> et tentez une autre page.
|
||||
|
||||
<!--
|
||||
|
||||
Read more: https://www.11ty.dev/docs/quicktips/not-found/
|
||||
|
||||
This will work for both GitHub pages and Netlify:
|
||||
|
||||
* https://help.github.com/articles/creating-a-custom-404-page-for-your-github-pages-site/
|
||||
* https://www.netlify.com/docs/redirects/#custom-404
|
||||
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue