Fix sticky footer issue (#10681)
* Fix sticky footer issue * Fix merge conflict * Aesthetic changes to 404 page
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f0d8c8a79c
commit
0650b70742
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
<body>
|
||||
<body class="page">
|
||||
{{ partial "header.html" . }}
|
||||
{{ block "hero" . }}
|
||||
<!-- HERO -->
|
||||
@@ -18,8 +18,12 @@
|
||||
</section>
|
||||
{{ block "post-hero" . }}{{ end }}
|
||||
{{ end }}
|
||||
{{ block "main" . }}{{ end }}
|
||||
|
||||
<article class="page-content">
|
||||
{{ block "main" . }}{{ end }}
|
||||
</article>
|
||||
|
||||
{{ partialCached "footer.html" . }}
|
||||
{{ partialCached "footer-scripts.html" . }}
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user