diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html index 75c032a4..8ad29df9 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -30,7 +30,7 @@ {% else %} {% assign i = i | plus: 1 %}
  • - {{ crumb | replace: '-', ' ' | replace: '%20', ' ' | capitalize }} + {{ crumb | url_decode | replace: '-', ' ' | capitalize }}
  • {{ site.data.ui-text[site.locale].breadcrumb_separator | default: "/" }}