From 19538934d971b125edcb4c1f0905b409ec36262a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raymundo=20V=C3=A1squez=20Ruiz?= Date: Mon, 23 Mar 2026 12:36:13 +0100 Subject: [PATCH] fix: breadcrumb y navbar links --- layouts/_partials/breadcrumb.html | 2 +- layouts/_partials/navbar-link.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_partials/breadcrumb.html b/layouts/_partials/breadcrumb.html index 1f4612e..b3c1405 100644 --- a/layouts/_partials/breadcrumb.html +++ b/layouts/_partials/breadcrumb.html @@ -7,7 +7,7 @@
{{- partial "utils/title" . -}}
- {{- partial "utils/icon.html" (dict "name" "chevron-right" "attributes" "class=\"hx:w-3.5 hx:shrink-0 hx:rtl:-rotate-180\"") -}} + > {{ end -}} {{ end -}}
diff --git a/layouts/_partials/navbar-link.html b/layouts/_partials/navbar-link.html index 0633471..a9dfe64 100644 --- a/layouts/_partials/navbar-link.html +++ b/layouts/_partials/navbar-link.html @@ -74,7 +74,7 @@ title="{{ or (T .Identifier) .Name | safeHTML }}" href="{{ $link }}" {{ if $external }}target="_blank" rel="noreferrer"{{ end }} - class="hx:text-sm hx:contrast-more:text-gray-700 hx:contrast-more:dark:text-gray-100 hx:relative hx:-ml-2 hx:hidden hx:whitespace-nowrap hx:p-2 hx:md:inline-flex hx:items-center hx:gap-1 {{ $activeClass }}" + class="hx:text-sm hx:contrast-more:text-gray-700 hx:contrast-more:dark:text-gray-100 hx:relative hx:-ml-2 hx:whitespace-nowrap hx:p-2 hx:md:inline-flex hx:items-center hx:gap-1 {{ $activeClass }}" > {{- if $icon -}}