File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818
1919{%- endcomment -%}
2020
21- {% if page.breadcrumbs %}
21+ {%- if page.breadcrumbs - %}
2222< div class ="container breadcrumbs-element ">
2323 < ol class ="breadcrumb ">
2424 {% for breadcrumb in breadcrumbs %}
25- {% assign crumb = breadcrumb | split: ":" %}
25+ {%- assign crumb = breadcrumb | split: ":" - %}
2626 < li class ="{{ crumb[2] }} ">
2727 < a href ="{{ crumb[1] | relative_url }} "> {{ crumb[0] }}</ a >
2828 </ li >
2929 {% endfor %}
3030 </ ol >
3131</ div >
32- {% endif %}
32+ {%- endif - %}
Original file line number Diff line number Diff line change 1313 </ head >
1414 < body >
1515 {% include header.html %}
16- {% include partials/breadcrumbs.html %}
16+ {%- include partials/breadcrumbs.html - %}
1717 {{ content }}
1818 {% include footer.html %}
1919 {% include partials/eu-cookie-message.html %}
You can’t perform that action at this time.
0 commit comments