Disable breadcrumbs in post view
This commit is contained in:
parent
4471a2f3d0
commit
1a7ee080e8
1 changed files with 5 additions and 5 deletions
|
@ -56,11 +56,11 @@ return (=>@)
|
|||
* slots.title
|
||||
* slots.summary
|
||||
* tags(post.head.tags)
|
||||
* nav { class: "breadcrumbs" }
|
||||
* ul
|
||||
* li a "Blog", tabindex: 0, href: url "/"
|
||||
* [ breadcrumb post.head.uri\sub(1, number-1) for number in positions(post.head.uri, "/") ]
|
||||
* li post.head.title, class: 'active'
|
||||
-- * nav { class: "breadcrumbs" }
|
||||
-- * ul
|
||||
-- * li a "Blog", tabindex: 0, href: url "/"
|
||||
-- * [ breadcrumb post.head.uri\sub(1, number-1) for number in positions(post.head.uri, "/") ]
|
||||
-- * li post.head.title, class: 'active'
|
||||
* verticalSpacer
|
||||
* slots.banner
|
||||
* raw post.body
|
||||
|
|
Loading…
Reference in a new issue