From 47de0e2073d5800012c6c1d76e84fc71a929a72d Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Tue, 1 Nov 2016 18:22:10 -0700 Subject: [PATCH] Fix for hash links issue #413 --- _layouts/docs.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/_layouts/docs.html b/_layouts/docs.html index da152b9315..48bf88c8a2 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 @@ ng\:form {