diff --git a/templates/post.html.skooma.yue b/templates/post.html.skooma.yue index 8720281..7b24615 100644 --- a/templates/post.html.skooma.yue +++ b/templates/post.html.skooma.yue @@ -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