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
28ad7a90
Commit
28ad7a90
authored
6 years ago
by
Martijn Cuppens
Committed by
XhmikosR
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Push footer to the bottom of the page
parent
913f290e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/layouts/_default/404.html
+2
-2
site/layouts/_default/404.html
with
2 additions
and
2 deletions
+2
-2
site/layouts/_default/404.html
+
2
-
2
View file @
28ad7a90
...
@@ -3,12 +3,12 @@
...
@@ -3,12 +3,12 @@
<head>
<head>
{{ partial "header" . }}
{{ partial "header" . }}
</head>
</head>
<body>
<body
class=
"d-flex flex-column min-vh-100"
>
{{ partial "skippy" . }}
{{ partial "skippy" . }}
{{ partial "docs-navbar" . }}
{{ partial "docs-navbar" . }}
<main
class=
"
bd-content
p-5"
id=
"content"
role=
"main"
>
<main
class=
"
my-auto
p-5"
id=
"content"
role=
"main"
>
{{ .Content }}
{{ .Content }}
</main>
</main>
...
...
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