{{ partial "search" . }}

Navigation

{{ if .Site.Params.GeekdocMenuBundle }} {{ partial "menu-bundle" (dict "current" . "source" .Site.Data.menu.main.main) }} {{ else }} {{ partial "menu-filetree" . }} {{ end }}
{{ if and (in (slice "posts" "tags") .Section) (default false .Site.Params.GeekdocTagsToMenu) }}

Tags

    {{ $currentPage := .RelPermalink }} {{ range $name, $taxonomy := .Site.Taxonomies.tags }} {{ with $.Site.GetPage (printf "/tags/%s" $name) }}
  • {{ .Title }}
  • {{ end }} {{ end }}
{{ end }}
{{ if .Site.Data.menu.more.more }}

More

{{ partial "menu-bundle" (dict "current" . "source" .Site.Data.menu.more.more) }} {{ end }}