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.title
|
||||||
* slots.summary
|
* slots.summary
|
||||||
* tags(post.head.tags)
|
* tags(post.head.tags)
|
||||||
* nav { class: "breadcrumbs" }
|
-- * nav { class: "breadcrumbs" }
|
||||||
* ul
|
-- * ul
|
||||||
* li a "Blog", tabindex: 0, href: url "/"
|
-- * li a "Blog", tabindex: 0, href: url "/"
|
||||||
* [ breadcrumb post.head.uri\sub(1, number-1) for number in positions(post.head.uri, "/") ]
|
-- * [ breadcrumb post.head.uri\sub(1, number-1) for number in positions(post.head.uri, "/") ]
|
||||||
* li post.head.title, class: 'active'
|
-- * li post.head.title, class: 'active'
|
||||||
* verticalSpacer
|
* verticalSpacer
|
||||||
* slots.banner
|
* slots.banner
|
||||||
* raw post.body
|
* raw post.body
|
||||||
|
|
Loading…
Reference in a new issue