diff --git a/_includes/breadcrumb.html b/_includes/breadcrumb.html index 39527f5..9bbf2f6 100644 --- a/_includes/breadcrumb.html +++ b/_includes/breadcrumb.html @@ -6,14 +6,14 @@ {% endcomment %} - {{ site.data.language.breadcrumb_start }} + {{ site.data.language.breadcrumb_start }} {% assign crumbs = page.url | split: '/' %} {% assign crumbs_total = crumbs | size | minus: 1 %} {% for crumb in crumbs offset: 1 %} {% if forloop.index == crumbs_total %} {{ page.title }} {% else %} - {{ crumb | replace:'-',' ' }} + {{ crumb | replace:'-',' ' }} {% endif %} {% endfor %} \ No newline at end of file