diff --git a/kjvstudy_org/templates/base.html b/kjvstudy_org/templates/base.html index a7c60b7..d448403 100644 --- a/kjvstudy_org/templates/base.html +++ b/kjvstudy_org/templates/base.html @@ -1500,7 +1500,7 @@ {% for crumb in breadcrumbs[:-1] %} {{ crumb.text }} - {% if not loop.last %}›{% endif %} + {% if not loop.last %}/{% endif %} {% endfor %}