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 18
18
19
19
{%- endcomment -%}
20
20
21
- {% if page.breadcrumbs %}
21
+ {%- if page.breadcrumbs - %}
22
22
< div class ="container breadcrumbs-element ">
23
23
< ol class ="breadcrumb ">
24
24
{% for breadcrumb in breadcrumbs %}
25
- {% assign crumb = breadcrumb | split: ":" %}
25
+ {%- assign crumb = breadcrumb | split: ":" - %}
26
26
< li class ="{{ crumb[2] }} ">
27
27
< a href ="{{ crumb[1] | relative_url }} "> {{ crumb[0] }}</ a >
28
28
</ li >
29
29
{% endfor %}
30
30
</ ol >
31
31
</ div >
32
- {% endif %}
32
+ {%- endif - %}
Original file line number Diff line number Diff line change 13
13
</ head >
14
14
< body >
15
15
{% include header.html %}
16
- {% include partials/breadcrumbs.html %}
16
+ {%- include partials/breadcrumbs.html - %}
17
17
{{ content }}
18
18
{% include footer.html %}
19
19
{% include partials/eu-cookie-message.html %}
You can’t perform that action at this time.
0 commit comments