Made image file names appear fully in breadcrumbs.

This commit is contained in:
2026-03-23 22:57:47 -04:00
parent 9d3cb3dfd0
commit 138f0ec76c
2 changed files with 9 additions and 1 deletions

View File

@@ -112,7 +112,7 @@
{% if crumb.path %}
<a href="{{ crumb.path }}" class="crumb-link">{{ crumb.label }}</a>
{% else %}
<span class="crumb-link">{{ crumb.label }}</span>
<span class="crumb-link-full">{{ crumb.label }}</span>
{% endif %}
{% endfor %}
</div>