diff --git a/layouts/_partials/toc.html b/layouts/_partials/toc.html index 284aece..b505ffd 100644 --- a/layouts/_partials/toc.html +++ b/layouts/_partials/toc.html @@ -1,6 +1,6 @@ {{/* Table of Contents */}} {{/* TODO: toc bottom part should be able to hide */}} -{{- $toc := .Params.toc | default true -}} +{{- $toc := .Params.toc | default false -}} {{- $onThisPage := (T "onThisPage") | default "On this page"}} {{- $tags := (T "tags") | default "Tags"}} {{- $editThisPage := (T "editThisPage") | default "Edit this page"}}