about summary refs log tree commit diff
path: root/layouts/partials/post-navigation-top.html
blob: a7470c09f8498dda309d890e70b4e8ffaf78aba6 (plain) (blame)
1
2
3
4
5
{{ if or (in .Params.categories "book") (in .CurrentSection.Params.categories "book") }}
{{ partial "breadcrumbs.html" .}}
{{ partial "root-toc.html" .}}
{{ end}}
{{ partial "post-navigation.html" .}}