From a73f0b75147f443cd647f779cbcec1cd7f3e8923 Mon Sep 17 00:00:00 2001 From: gricn Date: Sat, 6 Feb 2021 09:10:08 +0800 Subject: [PATCH] Add toc_sticky parameter's description (#2741) --- docs/_docs/10-layouts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_docs/10-layouts.md b/docs/_docs/10-layouts.md index 458f169d16c1..22f72fd3bc94 100644 --- a/docs/_docs/10-layouts.md +++ b/docs/_docs/10-layouts.md @@ -129,6 +129,7 @@ Auto-generated table of contents list for your posts and pages can be enabled by | **toc** | Optional | Show table of contents. (boolean) | `false` | | **toc_label** | Optional | Table of contents title. (string) | `toc_label` in UI Text data file. | | **toc_icon** | Optional | Table of contents icon, displays before the title. (string) | [Font Awesome](https://fontawesome.com/icons?d=gallery&s=solid&m=free) **file-alt** icon. Other FA icons can be used instead. | +| **toc_sticky** | Optional | Stick table of contents to top of screen. | `false` | **TOC example with custom title and icon**