blob: 84cc51d2121aa9541fc3c89393c2dbc8dbe5caa4 (
plain) (
blame)
1
2
3
4
|
{{ if or .Site.Params.OnlyBooks (in .Params.categories "book") (in .CurrentSection.Params.categories "book") }}
{{ partial "breadcrumbs.html" .}}
{{ end}}
{{ partial "post-navigation.html" .}}
|