From f0f5dded48f292be61e21e8969671a754e26880b Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 31 May 2018 10:22:02 -0400 Subject: [PATCH] Add `toc_sticky` to stick table of contents "Stick" table of contents to top of the page by adding: ``` toc: true toc_sticky: true ``` to a post or page's YAML Front Matter. Note: only supported with `single` layout. --- _layouts/single.html | 2 +- _sass/minimal-mistakes/_sidebar.scss | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/_layouts/single.html b/_layouts/single.html index 623043e2..6af753e0 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -35,7 +35,7 @@ layout: default
{% if page.toc %} -