From e51091f7894df9063d20a394140ce090cc40aa34 Mon Sep 17 00:00:00 2001 From: Steve Marshall Date: Wed, 30 Aug 2017 16:07:35 +0100 Subject: [PATCH] Use the more robust table of contents renderer Now we have a more robust way to render tables of contents, we don't have to exclude Jekyll-generated headers on the homepage, and don't have to do our own set of markdown-mangling. Yay! --- _layouts/default.html | 9 +-------- index.md | 2 -- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index c1beb17..5eb9732 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -43,14 +43,7 @@
diff --git a/index.md b/index.md index 5430bd9..8860ddd 100644 --- a/index.md +++ b/index.md @@ -16,10 +16,8 @@ which covers service design more broadly. {% for standard_group in standards %} {% if standard_group.name != "" %} ### {{ standard_group.name }} -{:.no_toc} {% else %} ### General standards -{:.no_toc} {% endif %} {% for standard in standard_group.items %}