first release
This commit is contained in:
21
themes/hugo-theme-nix/layouts/404.html
Normal file
21
themes/hugo-theme-nix/layouts/404.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ .Site.LanguageCode }}">
|
||||
<head>
|
||||
<title> {{ .Site.Title }} </title>
|
||||
|
||||
{{ partial "head.html" . }}
|
||||
|
||||
</head>
|
||||
<body>
|
||||
{{ partial "header.html" . }}
|
||||
<div class="container wrapper">
|
||||
<h1>Uhm... Quoi?</h1>
|
||||
<div class="post-content">
|
||||
<p>Je pense que tu t'es perdu, cette page n'éxiste pas</p>
|
||||
</div>
|
||||
<div class="push"></div>
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user