From f44c9005581940d01104caa7176ef8324170b772 Mon Sep 17 00:00:00 2001 From: Robert Koeninger Date: Mon, 24 Sep 2018 17:45:14 -0400 Subject: [PATCH] Used toc-context class to identify where toc should look for headings --- _includes/inner-page-main-content.html | 4 +++- _layouts/cheatsheet.html | 5 ++++- _layouts/glossary.html | 4 +++- _layouts/inner-page.html | 2 +- _layouts/multipage-overview.html | 4 +++- _layouts/overviews.html | 2 +- _layouts/singlepage-overview.html | 4 +++- _layouts/sip.html | 2 +- _layouts/sips.html | 2 +- _layouts/style-guide.html | 4 +++- _layouts/tour.html | 4 +++- resources/js/functions.js | 4 ++-- 12 files changed, 28 insertions(+), 13 deletions(-) diff --git a/_includes/inner-page-main-content.html b/_includes/inner-page-main-content.html index 78a954b5ae..ba5f15e916 100644 --- a/_includes/inner-page-main-content.html +++ b/_includes/inner-page-main-content.html @@ -2,7 +2,9 @@
- {{content}} +
+ {{content}} +
{% include contributors-list.html %}
diff --git a/_layouts/cheatsheet.html b/_layouts/cheatsheet.html index 471a120c4f..1a560b4e3a 100644 --- a/_layouts/cheatsheet.html +++ b/_layouts/cheatsheet.html @@ -6,7 +6,10 @@
- {{content}} +
+ {{content}} +
+ {% if page.languages %}