-
+
diff --git a/_layouts/sips.html b/_layouts/sips.html
index ea2b40b2db..2bb7843cf0 100644
--- a/_layouts/sips.html
+++ b/_layouts/sips.html
@@ -5,7 +5,7 @@
{{content}}
-
+
diff --git a/_layouts/style-guide.html b/_layouts/style-guide.html
index ecc9a53bf2..b5e7741522 100644
--- a/_layouts/style-guide.html
+++ b/_layouts/style-guide.html
@@ -8,7 +8,9 @@
{{content}}
- {{content}}
+
diff --git a/_layouts/tour.html b/_layouts/tour.html
index 9369547dd7..ce65fd5098 100644
--- a/_layouts/tour.html
+++ b/_layouts/tour.html
@@ -8,7 +8,9 @@
+ {{content}}
+
{% include contributors-list.html %}
- {{content}}
+
+ {{content}}
+
{% if page.previous-page %}
diff --git a/resources/js/functions.js b/resources/js/functions.js
index ed94b16a9f..ff9d0f7676 100644
--- a/resources/js/functions.js
+++ b/resources/js/functions.js
@@ -300,13 +300,13 @@ $(document).ready(function() {
if ($("#sidebar-toc").length) {
$('#toc').toc({
exclude: 'h1, h5, h6',
- context: '.inner-box',
+ context: '.toc-context',
autoId: true,
numerate: false
});
toggleStickyToc();
}
-})
+});
$(window).resize(function() {
toggleStickyToc();