Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
913f290e
Commit
913f290e
authored
6 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Fix 404 layout.
parent
46e88fb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
site/content/404.md
+1
-0
site/content/404.md
site/layouts/_default/404.html
+18
-0
site/layouts/_default/404.html
with
19 additions
and
0 deletions
+19
-0
site/content/404.md
+
1
-
0
View file @
913f290e
---
---
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
...
...
This diff is collapsed.
Click to expand it.
site/layouts/_default/404.html
0 → 100644
+
18
-
0
View file @
913f290e
<!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>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment