From 39522e876fc2d6eeaee83fb0bf6a6776bfb1c869 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 11 Jun 2018 08:19:33 -0400 Subject: [PATCH] Add default value --- docs/_docs/14-helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/14-helpers.md b/docs/_docs/14-helpers.md index 971767ab..7ef0f3b7 100644 --- a/docs/_docs/14-helpers.md +++ b/docs/_docs/14-helpers.md @@ -241,7 +241,7 @@ Add `toc: true` to the YAML Front Matter of any post or page. | **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. | +| **toc_sticky** | Optional | Stick table of contents to top of screen. | `false` | **TOC example with custom title and icon**