feat: disable toc by default

This commit is contained in:
Raymundo Vásquez Ruiz
2026-03-21 20:17:17 +01:00
parent f02859dc4d
commit 4f547d63e2

View File

@@ -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"}}