diff --git a/site/content/404.md b/site/content/404.md index cf3249020..de003f149 100644 --- a/site/content/404.md +++ b/site/content/404.md @@ -1,5 +1,6 @@ --- title: "404 - File not found" +layout: 404 description: "" url: /404.html robots: noindex,follow diff --git a/site/layouts/_default/404.html b/site/layouts/_default/404.html new file mode 100644 index 000000000..80234d434 --- /dev/null +++ b/site/layouts/_default/404.html @@ -0,0 +1,18 @@ + + +
+ {{ partial "header" . }} + + + {{ partial "skippy" . }} + + {{ partial "docs-navbar" . }} + +