We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd4b24 commit 5d702f0Copy full SHA for 5d702f0
src/lib/output/themes/default/partials/header.tsx
@@ -8,7 +8,7 @@ export const header = (context: DefaultThemeRenderContext, props: PageEvent<Refl
8
const HeadingLevel = props.model.isProject() ? "h2" : "h1";
9
return (
10
<div class="tsd-page-title">
11
- {!!props.url && props.url !== "index.html" && props.url !== "hierarchy.html" && (
+ {props.url !== "index.html" && props.url !== "hierarchy.html" && (
12
<ul class="tsd-breadcrumb">{context.breadcrumb(props.model)}</ul>
13
)}
14
{!props.model.isDocument() && (
0 commit comments