fix: Book layout

Remove duplicate footer.
This commit is contained in:
George Cushen 2020-07-25 02:19:48 +01:00
commit 9a5a33e354

View file

@ -16,7 +16,7 @@
{{ partial "site_js" . }}
{{/* Docs and Updates layouts include the site footer in a different location. */}}
{{ if not (in (slice "docs" "updates") .Type) }}
{{ if not (in (slice "book" "docs" "updates") .Type) }}
<div class="container">
{{ partial "site_footer" . }}
</div>