mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
fix: Book layout
Remove duplicate footer.
This commit is contained in:
parent
0b9cbc4150
commit
9a5a33e354
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue