fix some defaults and formatting
This commit is contained in:
parent
f2e64a6864
commit
c93dafdece
2 changed files with 8 additions and 8 deletions
|
@ -44,7 +44,7 @@
|
|||
|
||||
|
||||
<div class="gdoc-page__footer flex flex-wrap justify-between">
|
||||
{{ $showPrevNext := (and (not .Site.Params.GeekdocNextPrev) .Site.Params.GeekdocMenuBundle) }}
|
||||
{{ $showPrevNext := (and (default true .Site.Params.GeekdocNextPrev) .Site.Params.GeekdocMenuBundle) }}
|
||||
{{ if $showPrevNext }}
|
||||
<span>
|
||||
{{ with ($current.Scratch.Get "prevPage") }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue