Fix 404 layout.

This commit is contained in:
XhmikosR 2019-02-27 19:28:09 +02:00
parent 46e88fb8f3
commit 913f290e3d
2 changed files with 19 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
title: "404 - File not found"
layout: 404
description: ""
url: /404.html
robots: noindex,follow

View File

@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
{{ partial "header" . }}
</head>
<body>
{{ partial "skippy" . }}
{{ partial "docs-navbar" . }}
<main class="bd-content p-5" id="content" role="main">
{{ .Content }}
</main>
{{ partial "footer" . }}
{{ partial "scripts" . }}
</body>
</html>