diff --git a/_layouts/docs.html b/_layouts/docs.html index da152b93151..48bf88c8a2e 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -3,7 +3,6 @@ {% else %} {% assign crumbs = page.url | split: '/' %} {% assign stoppingpoint = crumbs | size | minus: 1 %} -{% assign output = "" %} {% for crumb in crumbs %} {% if forloop.index == stoppingpoint %} {% capture basehref %}{{basehref}}{{ crumb }}/{% endcapture %} @@ -209,10 +208,19 @@