Commit 28ad7a90 authored by Martijn Cuppens's avatar Martijn Cuppens Committed by XhmikosR
Browse files

Push footer to the bottom of the page

parent 913f290e
Showing with 2 additions and 2 deletions
+2 -2
...@@ -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>
......
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