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 6fd92f1 commit 036bf5dCopy full SHA for 036bf5d
src/Elastic.Markdown/Layout/_Breadcrumbs.cshtml
@@ -16,6 +16,7 @@
16
{
17
<li class="inline text-ink-light text-sm leading-[1.2em]" itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem">
18
<a
19
+ hx-disable="true"
20
itemprop="item"
21
href="@firstCrumb.Url"
22
@Htmx.GetHxAttributes( Model.CurrentNavigationItem?.NavigationRoot.Id == firstCrumb.NavigationRoot.Id)
0 commit comments