Made image file names appear fully in breadcrumbs.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user