We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e88fb commit 913f290Copy full SHA for 913f290
site/content/404.md
@@ -1,5 +1,6 @@
1
---
2
title: "404 - File not found"
3
+layout: 404
4
description: ""
5
url: /404.html
6
robots: noindex,follow
site/layouts/_default/404.html
@@ -0,0 +1,18 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ {{ partial "header" . }}
+ </head>
+ <body>
7
+ {{ partial "skippy" . }}
8
+
9
+ {{ partial "docs-navbar" . }}
10
11
+ <main class="bd-content p-5" id="content" role="main">
12
+ {{ .Content }}
13
+ </main>
14
15
+ {{ partial "footer" . }}
16
+ {{ partial "scripts" . }}
17
+ </body>
18
+</html>
0 commit comments