Skip to content

Commit 036bf5d

Browse files
authored
hx-disable on first breadcrumb (#1455)
1 parent 6fd92f1 commit 036bf5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Elastic.Markdown/Layout/_Breadcrumbs.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
{
1717
<li class="inline text-ink-light text-sm leading-[1.2em]" itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem">
1818
<a
19+
hx-disable="true"
1920
itemprop="item"
2021
href="@firstCrumb.Url"
2122
@Htmx.GetHxAttributes( Model.CurrentNavigationItem?.NavigationRoot.Id == firstCrumb.NavigationRoot.Id)

0 commit comments

Comments
 (0)