Add 404 page
This commit is contained in:
parent
6f3c932891
commit
da1faa97ea
1 changed files with 12 additions and 0 deletions
12
site/layouts/404.html
Normal file
12
site/layouts/404.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
|
||||
{{ define "main" }}
|
||||
{{ $baseURL := .Site.BaseURL }}
|
||||
<article class="center cf pv5 measure-wide-l">
|
||||
<h1>
|
||||
Cette page n'existe pas.
|
||||
</h1>
|
||||
<h2>
|
||||
<a href="{{ $baseURL }}">Retourner à l'accueil</a>
|
||||
</h2>
|
||||
</article>
|
||||
{{ end }}
|
Loading…
Add table
Reference in a new issue