Commit 913f290e authored by XhmikosR's avatar XhmikosR
Browse files

Fix 404 layout.

parent 46e88fb8
Showing with 19 additions and 0 deletions
+19 -0
--- ---
title: "404 - File not found" title: "404 - File not found"
layout: 404
description: "" description: ""
url: /404.html url: /404.html
robots: noindex,follow robots: noindex,follow
......
<!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>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment