When using the {{ nav:breadcrumbs }} tag, the is_current variable won't register when we're on a page where it should be registered.
I've tested this using my own build of a site and with the 'Cool Writings' starter kit.
{{ nav:breadcrumbs }}
<li {{ if is_current }}class="text-black"{{ /if }}>
<a href="{{ url }}">{{ title }} {{ if is_current }}(current){{ /if }}</a>
</li>
{{ /nav:breadcrumbs }}
(current) sitting next to the label.<li> element has a class of text-black.(current) text to the right of it. li item should have class="text-black" on it's tag.I have followed the documentation here: https://statamic.dev/tags/nav-breadcrumbs


Thank you for this very well written issue.
Thank you for this very well written issue.
No problem, if you need any more information just let me know. Loving v3 so far though!