Remove footer and navigation in docs

This commit is contained in:
2021-01-31 15:45:20 -08:00
parent 8ef7294b9e
commit 56646d55dd
4 changed files with 4 additions and 8 deletions

View File

@@ -21,10 +21,6 @@
</div>
{{ block "sidebar-prefooter" . }}{{ end }}
{{ block "sidebar-footer" . }}{{ end }}
{{ partial "footer/footer.html" . }}
{{ if and .IsHome .Site.Params.alert }}
{{ partial "footer/alert.html" . }}
{{ end }}
{{ partial "footer/script-footer.html" . }}
</body>
</html>