style(breadcrumbs): add additional chevron icon for breadcrumb navigation

This commit is contained in:
Aditya Telange
2026-05-03 11:48:56 +05:30
parent 1027c7fc62
commit 153ed24afe
+4
View File
@@ -12,5 +12,9 @@
<a href="{{ $bc.RelPermalink }}">{{ $bc.Title }}</a> <a href="{{ $bc.RelPermalink }}">{{ $bc.Title }}</a>
{{- end }} {{- end }}
{{- end }} {{- end }}
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
</nav> </nav>
{{- end -}} {{- end -}}