Merge remote-tracking branch 'upstream/main'

This commit is contained in:
phil 2024-04-21 21:17:17 +02:00
commit 43ee99bd53
72 changed files with 3338 additions and 3925 deletions

View file

@ -48,9 +48,16 @@
{{ template "main" . }}
{{ $showPrevNext := (default true .Site.Params.geekdocNextPrev) }}
{{ if $showPrevNext }}
<div class="gdoc-page__footer flex flex-wrap justify-between">
{{ partial "menu-nextprev" . }}
{{ if .Site.Params.geekdocMenuBundle }}
{{ partial "menu-bundle-np" . }}
{{ else }}
{{ partial "menu-filetree-np" . }}
{{ end }}
</div>
{{ end }}
</div>
</main>