From 9e0c4ff786217d585f427de5c7a3f87ac86f3648 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 20 Jan 2015 22:57:24 -0800 Subject: several docs cleanup things --- docs/_includes/nav-docs.html | 96 ++++++++++++++++++++++---------------------- 1 file changed, 49 insertions(+), 47 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index 0e8431b50..f3836a3c4 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -3,53 +3,55 @@ Bootstrap - - - {% for group in site.data.nav %} - {% assign link = group.pages | first %} - {% assign slug = group.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' %} - {% assign active = nil %} - - {% if page.url contains slug %} - {% assign active = 'active' %} - {% endif %} - -
- - {{ group.title }} - - - -
- {% endfor %} + + + -- cgit v1.2.3