Skip to content
Snippets Groups Projects
Commit 11dd990a authored by Stu Robson's avatar Stu Robson
Browse files

yaml usage correction for breadcrumb url

parent 2c8d6edf
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
{% for breadcrumb in breadcrumbs %}
<li class="vf-breadcrumbs__item">
{% if breadcrumb.url %}
<a href="{{ url }}" class="vf-breadcrumbs__link">{{ breadcrumb.text }}</a>
<a href="{{ breadcrumb.url }}" class="vf-breadcrumbs__link">{{ breadcrumb.text }}</a>
{% else %}
{{ breadcrumb.text }}
{% endif %}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment