From 1a7ee080e8d03a98032d1c33638c479557f6246b Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 11 Aug 2025 21:16:14 +0200 Subject: [PATCH] Disable breadcrumbs in post view --- templates/post.html.skooma.yue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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