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