From 4f547d63e22662b77d3ed425bce62f70afe27629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raymundo=20V=C3=A1squez=20Ruiz?= Date: Sat, 21 Mar 2026 20:17:17 +0100 Subject: [PATCH] feat: disable toc by default --- layouts/_partials/toc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}}