feat: disable toc by default
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{{/* Table of Contents */}}
|
{{/* Table of Contents */}}
|
||||||
{{/* TODO: toc bottom part should be able to hide */}}
|
{{/* 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"}}
|
{{- $onThisPage := (T "onThisPage") | default "On this page"}}
|
||||||
{{- $tags := (T "tags") | default "Tags"}}
|
{{- $tags := (T "tags") | default "Tags"}}
|
||||||
{{- $editThisPage := (T "editThisPage") | default "Edit this page"}}
|
{{- $editThisPage := (T "editThisPage") | default "Edit this page"}}
|
||||||
|
|||||||
Reference in New Issue
Block a user